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,8 +1,8 @@
|
||||
# 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.23.4
|
||||
local TERMUX_GO_SHA256=6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971
|
||||
local TERMUX_GO_VERSION=go1.23.5
|
||||
local TERMUX_GO_SHA256=cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091
|
||||
if [ "$TERMUX_PKG_GO_USE_OLDER" = "true" ]; then
|
||||
TERMUX_GO_VERSION=go1.22.6
|
||||
TERMUX_GO_SHA256=999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616
|
||||
|
||||
Reference in New Issue
Block a user