diff options
author | François Andriot <[email protected]> | 2018-09-04 21:44:28 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2018-09-04 21:44:28 +0200 |
commit | 8d17db2e0995db07518fec7e5fd3a568e9da769c (patch) | |
tree | 8ff3b3ae40b3e2a6bd29ce98b02b896da0bb3647 /redhat/build/gather_rpm_sources.sh | |
parent | ce92126deea3247ae8daddc4427a081ac44504e1 (diff) | |
download | tde-packaging-8d17db2e0995db07518fec7e5fd3a568e9da769c.tar.gz tde-packaging-8d17db2e0995db07518fec7e5fd3a568e9da769c.zip |
RPM: update packages for PCLinuxOS 2018
Diffstat (limited to 'redhat/build/gather_rpm_sources.sh')
-rwxr-xr-x | redhat/build/gather_rpm_sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/gather_rpm_sources.sh b/redhat/build/gather_rpm_sources.sh index decabea84..98b67cbdc 100755 --- a/redhat/build/gather_rpm_sources.sh +++ b/redhat/build/gather_rpm_sources.sh @@ -6,7 +6,7 @@ PKGNAME="${1%/}" PKGNAME="${PKGNAME##*/}" -TDE_VERSION="${2:-14.0.4}" +TDE_VERSION="${2:-14.0.5}" TARGETDIR="${3:-/tmp/${PKGNAME}-${TDE_VERSION}}" DIST="$4" |