Compare commits

...

6 Commits
25.x ... 21.x

Author SHA1 Message Date
actions
ada3c9b0dd golang: bump to 1.21.13 2024-08-07 02:00:17 +08:00
actions
6c8863cf64 golang: bump to 1.21.12 2024-07-03 04:00:12 +08:00
actions
2fc0296bb8 golang: bump to 1.21.11 2024-06-05 06:00:07 +08:00
actions
10436205c8 golang: bump to 1.21.10 2024-05-08 06:00:06 +08:00
actions
498794d26c golang: bump to 1.21.9 2024-04-04 00:00:10 +08:00
actions
6822e1cb8b golang: bump to 1.21.8 2024-03-06 06:14:27 +08:00

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.21
GO_VERSION_PATCH:=7
GO_VERSION_PATCH:=13
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:=00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6
PKG_HASH:=71fb31606a1de48d129d591e8717a63e0c5565ffba09a24ea9f899a13214c34d
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause