setup-cgct.sh: update cbt and cgt

This commit is contained in:
Ivan Max 2024-04-20 23:25:15 +03:00 committed by GitHub
parent 28b255a1c9
commit ad77577c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.42-0"
VERSION_OF_CGT="13.2.0-4"
VERSION_OF_CBT="2.42-1"
VERSION_OF_CGT="13.2.0-5"
if [ "$ARCH" != "$(uname -m)" ]; then
echo "Error: the requested CGCT is not supported on your architecture"