mirror of https://github.com/zulip/zulip.git
install-transifex-cli: Upgrade Transifex CLI from 1.6.10 to 1.6.11.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0c7fd45c83
commit
5d6927e3f4
|
@ -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.10
|
version=1.6.11
|
||||||
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=dcc747ae863dd5a232b6a322f78b8621f43cd6032189ee89e979418cc24927f2
|
sha256=f9e3eeb5b7834a3ed84f2742a85afc7f12f99eb37aa5359db46af1623f6747fd
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aarch64)
|
aarch64)
|
||||||
tarball="tx-linux-arm64.tar.gz"
|
tarball="tx-linux-arm64.tar.gz"
|
||||||
sha256=05b152afed1971f3f7662bb775ca7da0b158d1c7d0bc9ca8c9d481f5ea34916c
|
sha256=74ea7b07dae1012c16df914a2246671ab2069f4619000bff07e22cfde7fe0f60
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 255
|
||||||
# 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 = (269, 1) # last bumped 2024-04-25 for Node.js upgrade
|
PROVISION_VERSION = (269, 2) # last bumped 2024-04-25 for Transifex CLI upgrade
|
||||||
|
|
Loading…
Reference in New Issue