diff options
author | François Andriot <[email protected]> | 2022-04-05 17:56:28 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-04-05 20:33:06 +0200 |
commit | 61496744bfb6408f61f4c2bf3e285d8321c9dde3 (patch) | |
tree | 1dbfe0bc4302aa619bec72c68d8a1c49007a1b57 /redhat/build/get_source_files.sh | |
parent | e2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932 (diff) | |
download | tde-packaging-61496744bfb6408f61f4c2bf3e285d8321c9dde3.tar.gz tde-packaging-61496744bfb6408f61f4c2bf3e285d8321c9dde3.zip |
RPM: update build script to TDE version 14.0.12
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 87f2e0ce1..d262fccf3 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.11}}" +TDE_VERSION="${2:-${TDE_VERSION:-14.0.12}}" DIST="$3" [ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1 |