9 Commits

Author SHA1 Message Date
gitea-action 94dd0f5793 golang: bump to 1.24.13 2026-02-07 13:05:17 +08:00
gitea-action 39cee92f0b golang: bump to 1.24.12 2026-01-16 03:10:12 +08:00
gitea-action ea3905f347 golang: bump to 1.24.11 2025-12-03 01:10:11 +08:00
gitea-action 87898fd27f golang: bump to 1.24.10 2025-11-06 04:10:11 +08: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
+1 -1
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
```
+3 -3
View File
@@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.25
GO_VERSION_PATCH:=10
GO_VERSION_MAJOR_MINOR:=1.24
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:=20cf04a92e5af99748e341bc8996fa28090c9ac98765fa115ec5ddf41d7af41d
PKG_HASH:=639a6204c2486b137df1eb6e78ee3ed038f9877d0e4b5a465e796a2153f858d7
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause