mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 04:30:24 +00:00
Update repo
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Utility function for golang-using packages to setup a go toolchain.
|
||||
termux_setup_golang() {
|
||||
if [ "$TERMUX_ON_DEVICE_BUILD" = "false" ]; then
|
||||
local TERMUX_GO_VERSION=go1.21.3
|
||||
local TERMUX_GO_SHA256=1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8
|
||||
local TERMUX_GO_VERSION=go1.21.4
|
||||
local TERMUX_GO_SHA256=73cac0215254d0c7d1241fa40837851f3b9a8a742d0b54714cbdfb3feaf8f0af
|
||||
if [ "$TERMUX_PKG_GO_USE_OLDER" = "true" ]; then
|
||||
TERMUX_GO_VERSION=go1.20.10
|
||||
TERMUX_GO_SHA256=80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248
|
||||
TERMUX_GO_VERSION=go1.20.11
|
||||
TERMUX_GO_SHA256=ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe
|
||||
fi
|
||||
local TERMUX_GO_PLATFORM=linux-amd64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user