6 Commits
25.x ... 24.x

Author SHA1 Message Date
6d88522690 golang: bump to 1.24.10
Signed-off-by: zhao <zj18139624826@gmail.com>
2025-11-06 01:28:03 +00:00
gitea-action
eeea260b4f golang: bump to 1.24.9 2025-10-14 06:10:12 +08:00
gitea-action
ab356f5d56 golang: bump to 1.24.8 2025-10-08 03:10:11 +08:00
gitea-action
4bb42e6852 golang: bump to 1.24.7 2025-09-04 02:10:12 +08:00
gitea-action
0f98456803 golang: bump to 1.24.6 2025-08-07 03:10:20 +08:00
gitea-action
035f1d3a9f golang: bump to 1.24.5 2025-07-09 01:10:15 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ After the `./scripts/feeds install -a` operation is completed, execute the follo
```shell
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 25.x feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 24.x feeds/packages/lang/golang
```

View File

@@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.25
GO_VERSION_PATCH:=4
GO_VERSION_MAJOR_MINOR:=1.24
GO_VERSION_PATCH:=10
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:=160043b7f17b6d60b50369436917fda8d5034640ba39ae2431c6b95a889cc98c
PKG_HASH:=34000dcc47a517b78fcf2657ee7d033328a57079fe60c4ed8b7b84260d1d19d3
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause