diff options
author | François Andriot <[email protected]> | 2021-11-01 21:56:15 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-11-01 21:56:15 +0100 |
commit | f7f0ddba057b9375f49219421ea63a8a7e4f2af5 (patch) | |
tree | da09c728583847ae8f582e0dfc6275049767b515 /redhat/build/get_source_files.sh | |
parent | 5c224f2715d27c476e316eb812182f0deca29d19 (diff) | |
download | tde-packaging-f7f0ddba057b9375f49219421ea63a8a7e4f2af5.tar.gz tde-packaging-f7f0ddba057b9375f49219421ea63a8a7e4f2af5.zip |
RPM: update TDE version to 14.0.11, continued
Signed-off-by: François Andriot <[email protected]>
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 506b2eb88..87f2e0ce1 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.10}}" +TDE_VERSION="${2:-${TDE_VERSION:-14.0.11}}" DIST="$3" [ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1 |