summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_specfile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/build/get_specfile.sh')
-rwxr-xr-xredhat/build/get_specfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/get_specfile.sh b/redhat/build/get_specfile.sh
index 62eb01144..a38256188 100755
--- a/redhat/build/get_specfile.sh
+++ b/redhat/build/get_specfile.sh
@@ -1,7 +1,7 @@
#!/bin/bash
PKGNAME="${1##*/}"
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.7}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.9}}"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1