6 Commits
25.x ... 23.x

Author SHA1 Message Date
gitea-action
3d7be284fa golang: bump to 1.23.12 2025-08-07 03:10:08 +08:00
gitea-action
3a46ad1ccc golang: bump to 1.23.11 2025-07-09 01:10:09 +08:00
gitea-action
f357de242d golang: bump to 1.23.10 2025-06-06 03:00:11 +08:00
gitea-action
1bcf0b957e golang: bump to 1.23.9 2025-05-07 03:00:11 +08:00
gitea-action
b3e2a9a7ef golang: bump to 1.23.8 2025-04-02 01:00:13 +08:00
gitea-action
eb37cf7c21 golang: bump to 1.23.7 2025-03-05 04:00:12 +08:00

View File

@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.23
GO_VERSION_PATCH:=6
GO_VERSION_PATCH:=12
PKG_NAME:=golang
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH))
@@ -20,7 +20,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
PKG_HASH:=039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222
PKG_HASH:=e1cce9379a24e895714a412c7ddd157d2614d9edbe83a84449b6e1840b4f1226
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause