install-transifex-cli: Upgrade transifex-cli from 1.6.7 to 1.6.8.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-07-21 13:59:13 -07:00 committed by Anders Kaseorg
parent b9b4711977
commit 3b12ae18c8
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.7
version=1.6.8
arch="$(uname -m)"
case $arch in
x86_64)
tarball="tx-linux-amd64.tar.gz"
sha256=8b328e8cccf8f9fe6dfbf7069c94d6408edb8657e7485386674349fd5a8b4cc5
sha256=07dd5214d365227650c5a71eacd99e5cc24ba406c6f03b84e623bc99b1afb274
;;
aarch64)
tarball="tx-linux-arm64.tar.gz"
sha256=c68673878f9ff611d76be1ad800a8207be326d466c18f008f85b91ffcbae2402
sha256=d6c680ecde33c9522cf40b1b0aa56fdf4d067099f01c697cab657317439d1567
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 195
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (245, 2)
PROVISION_VERSION = (245, 3)