summaryrefslogtreecommitdiffstats
path: root/redhat/build/gather_rpm_sources.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/gather_rpm_sources.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/gather_rpm_sources.sh')
-rwxr-xr-xredhat/build/gather_rpm_sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh
index c9a79b0c4..cba05b1f8 100755
--- a/redhat/build/gather_rpm_sources.sh
+++ b/redhat/build/gather_rpm_sources.sh
@@ -1,11 +1,11 @@
#!/bin/bash
# Usage: gather_rpm_sources.sh <TDE_PACKAGE> <TDE_VERSION> <DESTINATION>
-# Example: gather_rpm_sources.sh tdebase 14.0.11 /tmp/tdebase
+# Example: gather_rpm_sources.sh tdebase 14.0.12 /tmp/tdebase
PKGNAME="${1%/}"
PKGNAME="${PKGNAME##*/}"
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.11}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.12}}"
TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}"
DIST="$4"