summaryrefslogtreecommitdiffstats
path: root/redhat/build/gather_rpm_sources.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-11-01 21:56:15 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-11-01 21:56:15 +0100
commitf7f0ddba057b9375f49219421ea63a8a7e4f2af5 (patch)
treeda09c728583847ae8f582e0dfc6275049767b515 /redhat/build/gather_rpm_sources.sh
parent5c224f2715d27c476e316eb812182f0deca29d19 (diff)
downloadtde-packaging-f7f0ddba057b9375f49219421ea63a8a7e4f2af5.tar.gz
tde-packaging-f7f0ddba057b9375f49219421ea63a8a7e4f2af5.zip
RPM: update TDE version to 14.0.11, continued
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 8c16c56f4..c9a79b0c4 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.10 /tmp/tdebase
+# Example: gather_rpm_sources.sh tdebase 14.0.11 /tmp/tdebase
PKGNAME="${1%/}"
PKGNAME="${PKGNAME##*/}"
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.10}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.0.11}}"
TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}"
DIST="$4"