diff options
author | François Andriot <[email protected]> | 2021-02-07 14:27:55 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-02-07 14:27:55 +0100 |
commit | 9b230154333f3e9608bb600905144f655f2b13ae (patch) | |
tree | c271fd590b4f3704605818c474ccaa7029c4162d /redhat/build/get_source_files.sh | |
parent | 7873ae5101c40aa1bc6034a989e49e5f39d739f5 (diff) | |
download | tde-packaging-9b230154333f3e9608bb600905144f655f2b13ae.tar.gz tde-packaging-9b230154333f3e9608bb600905144f655f2b13ae.zip |
RPM: update default TDE version to 14.0.9
Diffstat (limited to 'redhat/build/get_source_files.sh')
-rwxr-xr-x | redhat/build/get_source_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_source_files.sh b/redhat/build/get_source_files.sh index 8b2a74c1a..6b39789e6 100755 --- a/redhat/build/get_source_files.sh +++ b/redhat/build/get_source_files.sh @@ -1,7 +1,7 @@ #!/bin/bash PKGNAME="${1##*/}" -TDE_VERSION="${2:-${TDE_VERSION:-14.0.7}}" +TDE_VERSION="${2:-${TDE_VERSION:-14.0.9}}" DIST="$3" [ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1 |