summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_source_files.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-01-31 21:05:16 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-01-31 21:05:16 +0100
commit05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch)
tree814c5ea1ecbdff476518542612921e373b45e72d /redhat/build/get_source_files.sh
parenteffbf509eea4f37a1a8660242769ed1746b67ee0 (diff)
downloadtde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz
tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip
RPM: more updates
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 8b2a74c1a..d6c43b0e4 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.1.0}}"
DIST="$3"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1