setup-cgct.sh: update cgt to 13.2.0-4

This commit is contained in:
Ivan Max 2023-12-10 20:44:54 +03:00 committed by GitHub
parent fd0814ac61
commit 719854729b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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