install-transifex-cli: Upgrade Transifex CLI from 1.6.16 to 1.6.17.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-09-24 19:12:09 -07:00 committed by Anders Kaseorg
parent a9fb8dccae
commit 0cc6421118
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.16
version=1.6.17
arch="$(uname -m)"
case $arch in
x86_64)
tarball="tx-linux-amd64.tar.gz"
sha256=29f5a59b3820adf140f584e9e3aad1fc55a7ed06540a5131eff91259e2db8431
sha256=002dec5b9e71248a7e6a0808118e9da940205828d5a33ce88e04bb57a967164d
;;
aarch64)
tarball="tx-linux-arm64.tar.gz"
sha256=e6d6994016863946a3e1b86d1fd0967236ec40bf034e2dc87bf616056381739f
sha256=c380ed9aece5d34316aa0fe2e5afa0633553656f98909f88cb72609e2fa13153
;;
esac

View File

@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 297 # Last bumped for saved_snippets
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (293, 0) # bumped 2024-09-24 to upgrade Python requirements
PROVISION_VERSION = (293, 1) # bumped 2024-09-24 to upgrade Transifex CLI