diff options
author | François Andriot <[email protected]> | 2021-01-31 21:05:16 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-01-31 21:05:16 +0100 |
commit | 05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch) | |
tree | 814c5ea1ecbdff476518542612921e373b45e72d /redhat/build/configure_repository.sh | |
parent | effbf509eea4f37a1a8660242769ed1746b67ee0 (diff) | |
download | tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip |
RPM: more updates
Diffstat (limited to 'redhat/build/configure_repository.sh')
-rwxr-xr-x | redhat/build/configure_repository.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/configure_repository.sh b/redhat/build/configure_repository.sh index 7723a1651..cc9a33e54 100755 --- a/redhat/build/configure_repository.sh +++ b/redhat/build/configure_repository.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -TDE_VERSION="${1:-${TDE_VERSION:-14.0.7}}" +TDE_VERSION="${1:-${TDE_VERSION:-14.1.0}}" ARCH=$(rpm -E %_target_cpu) RPMDIR=$(rpm -E %{_rpmdir}.tde-${TDE_VERSION}) |