golang: bump to 1.25rc2

This commit is contained in:
gitea-action
2025-07-09 02:10:14 +08:00
parent 3a446659ee
commit 7f46386f4e

View File

@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
GO_VERSION_MAJOR_MINOR:=1.25rc1
GO_VERSION_MAJOR_MINOR:=1.25rc2
GO_VERSION_PATCH:=
PKG_NAME:=golang
@@ -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:=0cd6772fe133a784fbb7a09d6da3089897fef48d03a21721434bf88188a58629
PKG_HASH:=e6314a3234c4c03b8d006bcd1d14594d928170d1844b6dffdd5fa5a2333449e1
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=BSD-3-Clause