mirror of https://github.com/zulip/zulip.git
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:
parent
a9fb8dccae
commit
0cc6421118
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue