mirror of https://github.com/zulip/zulip.git
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:
parent
659d9e39db
commit
05513c90f0
|
@ -8,18 +8,18 @@
|
||||||
# glibc and musl (Alpine, Void, etc.) systems equally well.
|
# glibc and musl (Alpine, Void, etc.) systems equally well.
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
version=1.6.11
|
version=1.6.13
|
||||||
arch="$(uname -m)"
|
arch="$(uname -m)"
|
||||||
|
|
||||||
case $arch in
|
case $arch in
|
||||||
x86_64)
|
x86_64)
|
||||||
tarball="tx-linux-amd64.tar.gz"
|
tarball="tx-linux-amd64.tar.gz"
|
||||||
sha256=f9e3eeb5b7834a3ed84f2742a85afc7f12f99eb37aa5359db46af1623f6747fd
|
sha256=edb411ccd23eff6d4966cac77a1a2f5f863092e723b226de3a5f230bc9cc06e1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aarch64)
|
aarch64)
|
||||||
tarball="tx-linux-arm64.tar.gz"
|
tarball="tx-linux-arm64.tar.gz"
|
||||||
sha256=74ea7b07dae1012c16df914a2246671ab2069f4619000bff07e22cfde7fe0f60
|
sha256=1b1efaeb2b664666e80fb605b32b4e5e7bcdde4b3a15b7bccd7e1ba33da64484
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 262
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue