summaryrefslogtreecommitdiffstats
path: root/redhat/build/get_specfile.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2022-04-05 17:56:28 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2022-04-05 20:33:06 +0200
commit61496744bfb6408f61f4c2bf3e285d8321c9dde3 (patch)
tree1dbfe0bc4302aa619bec72c68d8a1c49007a1b57 /redhat/build/get_specfile.sh
parente2ffb8a3f4acd73753fb4b89e0b74ef44f7dd932 (diff)
downloadtde-packaging-61496744bfb6408f61f4c2bf3e285d8321c9dde3.tar.gz
tde-packaging-61496744bfb6408f61f4c2bf3e285d8321c9dde3.zip
RPM: update build script to TDE version 14.0.12
Signed-off-by: François Andriot <albator78@libertysurf.fr>
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 d538c8ade..3403a329e 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.11}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.12}}"
[ -z "${PKGNAME}" ] && echo "You must specify a package name !" && exit 1