From 05e981f0b89c0130808952da8dda4aff1d7d25a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 31 Jan 2021 21:05:16 +0100 Subject: RPM: more updates --- redhat/build/update_repository.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redhat/build/update_repository.sh') 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 -- cgit v1.2.3