setup-cgct.sh: update `cbt` and `cgt`

This commit is contained in:
Ivan Max 2023-09-06 21:26:24 +03:00 committed by GitHub
parent dada7ab22f
commit 48d7f1fa29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set -e -u
ARCH="x86_64"
REPO_URL="https://service.termux-pacman.dev/gpkg-dev/${ARCH}"
VERSION_OF_CBT="2.41-0"
VERSION_OF_CGT="13.2.0-1"
VERSION_OF_CBT="2.41-1"
VERSION_OF_CGT="13.2.0-2"
if [ "$ARCH" != "$(uname -m)" ]; then
echo "Error: the requested CGCT is not supported on your architecture"