summaryrefslogtreecommitdiffstats
path: root/redhat/build/update_repository.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-01-31 21:05:16 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-01-31 21:05:16 +0100
commit05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch)
tree814c5ea1ecbdff476518542612921e373b45e72d /redhat/build/update_repository.sh
parenteffbf509eea4f37a1a8660242769ed1746b67ee0 (diff)
downloadtde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz
tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip
RPM: more updates
Diffstat (limited to 'redhat/build/update_repository.sh')
-rwxr-xr-xredhat/build/update_repository.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/update_repository.sh b/redhat/build/update_repository.sh
index d6b711656..c00078f1e 100755
--- a/redhat/build/update_repository.sh
+++ b/redhat/build/update_repository.sh
@@ -1,7 +1,7 @@
#!/bin/bash
WORKERS=$(getconf _NPROCESSORS_ONLN)
-TDE_VERSION="${2:-${TDE_VERSION:-14.0.7}}"
+TDE_VERSION="${2:-${TDE_VERSION:-14.1.0}}"
LOCKFILE="/tmp/lock.${0##*/}"
while [ -e "${LOCKFILE}" ]; do