install-transifex-cli: Upgrade Transifex CLI from 1.6.4 to 1.6.5.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-03-17 12:12:50 -07:00 committed by Anders Kaseorg
parent d4cc50c468
commit 14352547cd
2 changed files with 4 additions and 4 deletions

View File

@ -8,18 +8,18 @@
# glibc and musl (Alpine, Void, etc.) systems equally well.
set -euo pipefail
version=1.6.4
version=1.6.5
arch="$(uname -m)"
case $arch in
x86_64)
tarball="tx-linux-amd64.tar.gz"
sha256=954207aba3da6139886922c8927c67098a51602c3d78558864f164a791c39e77
sha256=040c6f4c15c6ef609c532db60763133ad5bda113d00eae71bad11d31c80fedb7
;;
aarch64)
tarball="tx-linux-arm64.tar.gz"
sha256=2d0a115edef8e2fda6c1a431d28fe3541de073c35dc1ec677ffff0e6d1dd7a08
sha256=16e764a4a8051b9c43052d6595402df6fc8fa207fb35c513a927f39f626ff137
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 169
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (224, 4)
PROVISION_VERSION = (224, 5)