summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_source_files.sh
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2021-11-01 21:56:15 +0100
committerFrançois Andriot <[email protected]>2021-11-01 21:56:15 +0100
commitf7f0ddba057b9375f49219421ea63a8a7e4f2af5 (patch)
treeda09c728583847ae8f582e0dfc6275049767b515 /redhat/build/get_source_files.sh
parent5c224f2715d27c476e316eb812182f0deca29d19 (diff)
downloadtde-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-xredhat/build/get_source_files.sh2
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