Update repo

This commit is contained in:
termux-pacman-bot
2023-11-08 08:31:20 +00:00
parent 720cc45aac
commit b35f638d06

View File

@@ -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