Skip to content

Commit

Permalink
setup-cgct.sh: cgct pkgs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Mar 1, 2025
1 parent 1cc0c67 commit 2881027
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setup-cgct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ if [ "$ARCH" != "$(uname -m)" ]; then
fi

declare -A CGCT=(
["cbt"]="2.43.1-0" # Cross Binutils for Termux
["cgt"]="14.2.1-0" # Cross GCCs for Termux
["glibc-cgct"]="2.40-2" # Glibc for CGCT
["cgct-headers"]="6.10-0" # Headers for CGCT
["cbt"]="2.44-0" # Cross Binutils for Termux
["cgt"]="14.2.1-1" # Cross GCCs for Termux
["glibc-cgct"]="2.41-0" # Glibc for CGCT
["cgct-headers"]="6.13-0" # Headers for CGCT
)

: "${TERMUX_PKG_TMPDIR:="/tmp"}"
Expand Down

0 comments on commit 2881027

Please sign in to comment.