go: update to 1.24.4.

This commit is contained in:
classabbyamp 2025-06-13 10:49:28 -04:00
parent 2bfa638113
commit 97b01ff671
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'go' # Template file for 'go'
pkgname=go pkgname=go
version=1.24.3 version=1.24.4
revision=1 revision=1
_bootstrap="1.22.6" _bootstrap="1.22.6"
create_wrksrc=yes create_wrksrc=yes
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://go.dev/" homepage="https://go.dev/"
changelog="https://go.dev/doc/devel/release.html" changelog="https://go.dev/doc/devel/release.html"
distfiles="https://go.dev/dl/go${version}.src.tar.gz" distfiles="https://go.dev/dl/go${version}.src.tar.gz"
checksum=229c08b600b1446798109fae1f569228102c8473caba8104b6418cb5bc032878 checksum=5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4
nostrip=yes nostrip=yes
noverifyrdeps=yes noverifyrdeps=yes
# on CI it tries to use `git submodule`, which is not part of chroot-git # on CI it tries to use `git submodule`, which is not part of chroot-git