summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_source_files.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-04-30 23:59:27 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2021-05-01 18:08:56 +0200
commitb4ae1bd8917e7d998552912b5eb15444c7f1b023 (patch)
treede4ee69a8ee8e0c111bd3434cf97cdac68dd98c9 /redhat/build/get_source_files.sh
parentda3fb75aff49630932f0204992db6d71ade3e711 (diff)
downloadtde-packaging-b4ae1bd8917e7d998552912b5eb15444c7f1b023.tar.gz
tde-packaging-b4ae1bd8917e7d998552912b5eb15444c7f1b023.zip
RPM: update TDE version to 14.0.10
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 6b39789e6..506b2eb88 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.9}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.10}}"
DIST="$3"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1