install-transifex-cli: Upgrade Transifex CLI from 1.6.11 to 1.6.13.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-05-26 19:27:51 -07:00
parent 659d9e39db
commit 05513c90f0
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.11
version=1.6.13
arch="$(uname -m)"
case $arch in
x86_64)
tarball="tx-linux-amd64.tar.gz"
sha256=f9e3eeb5b7834a3ed84f2742a85afc7f12f99eb37aa5359db46af1623f6747fd
sha256=edb411ccd23eff6d4966cac77a1a2f5f863092e723b226de3a5f230bc9cc06e1
;;
aarch64)
tarball="tx-linux-arm64.tar.gz"
sha256=74ea7b07dae1012c16df914a2246671ab2069f4619000bff07e22cfde7fe0f60
sha256=1b1efaeb2b664666e80fb605b32b4e5e7bcdde4b3a15b7bccd7e1ba33da64484
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 262
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (272, 1) # last bumped 2024-05-26 for upgrading Node.js
PROVISION_VERSION = (272, 2) # last bumped 2024-05-26 for upgrading Transifex CLI