diff --git a/scripts/setup-cgct.sh b/scripts/setup-cgct.sh index a6ab2b2b27..6e323470a5 100755 --- a/scripts/setup-cgct.sh +++ b/scripts/setup-cgct.sh @@ -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"