mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 04:39:58 +04:00
golang: bump to 1.23.9
go1.23.9 (released 2025-05-06) includes fixes to the runtime and the linker. Link: https://github.com/golang/go/issues?q=milestone%3AGo1.23.9+label%3ACherryPickApproved Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Tianling Shen
parent
f675fac54b
commit
fd190caac3
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
GO_VERSION_MAJOR_MINOR:=1.23
|
||||
GO_VERSION_PATCH:=8
|
||||
GO_VERSION_PATCH:=9
|
||||
|
||||
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:=0ca1f1e37ea255e3ce283af3f4e628502fb444587da987a5bb96d6c6f15930d4
|
||||
PKG_HASH:=08f6419547563ed9e7037d12b9c8909677c72f75f62ef85887ed9dbf49b8d2dd
|
||||
|
||||
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user