setup-cgct.sh: update cbt to 2.42-0

This commit is contained in:
Ivan Max 2024-02-13 23:48:18 +03:00 committed by GitHub
parent c7f2440f34
commit 0e8eb13bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,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_CBT="2.42-0"
VERSION_OF_CGT="13.2.0-4"
if [ "$ARCH" != "$(uname -m)" ]; then