go: updated to version 1.23.0

This commit is contained in:
Matt Housh 2024-08-18 14:19:08 -05:00
parent cba9979ae3
commit 282ddc2297
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 753 additions and 335 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37eViVvurmRO7ven9tY5Aec7DDoinCm9Tm+b3AvcFzWlURemYlAGXCqqR19V+4asVTOsiGPo52wXN+7eFzp19gY= RWSagIOpLGJF346pePBnVFVCTzkq1vJYdM11F8OY8+d7Y8OgUm0AAophdb5Vj/h45fJebogO9YYAPRCmt/bNu7sY+NSuqMmpLgA=
SHA256 (Pkgfile) = bd842bfbe11c69506e9ba38e509dbe59664a827c3f2068b4b4bd499d88729fd6 SHA256 (Pkgfile) = e49fa4cfc3f6b776976ba5877a11d9d8392dc88525fbb10645cf4f2fd9f48bb6
SHA256 (.footprint) = 2705383115ac294b1f7021b6d449929a95b5260938db351ed5cda21c1a138545 SHA256 (.footprint) = 197113aa19fccbf31c0d451de19f621fa70c02416a1e95991a8f8c1d982c5c20
SHA256 (go1.22.5.src.tar.gz) = ac9c723f224969aee624bc34fd34c9e13f2a212d75c71c807de644bb46e112f6 SHA256 (go1.23.0.src.tar.gz) = 42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6
SHA256 (go1.22.5.linux-amd64.tar.gz) = 904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0 SHA256 (go1.23.0.linux-amd64.tar.gz) = 905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3

View File

@ -3,7 +3,7 @@
# Maintainer: Matt Housh, jaeger at crux dot ninja # Maintainer: Matt Housh, jaeger at crux dot ninja
name=go name=go
version=1.22.5 version=1.23.0
release=1 release=1
source=(https://golang.org/dl/go${version}.src.tar.gz \ source=(https://golang.org/dl/go${version}.src.tar.gz \
https://golang.org/dl/go${version}.linux-amd64.tar.gz) https://golang.org/dl/go${version}.linux-amd64.tar.gz)