makedeb
The Go programming language
Click here to go back to the commit logs for golang-go-bin.
Hash: 07ce439557a74a762b911013c4be9f5a773562df
Message: v1.23.0
diff --git a/.SRCINFO b/.SRCINFO
index 1509eed..34376a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,15 +4,15 @@ epoch = 2
pkgbase = golang-go-bin
pkgdesc = The Go programming language
pkgrel = 1
-pkgver = 1.22.5
+pkgver = 1.23.0
url = https://github.com/golang/go
arch = amd64
arch = arm64
conflicts = golang-go
depends = tar
license = BSD3
-provides = golang-go=2:1.22.5
-source_amd64 = https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
-source_arm64 = https://go.dev/dl/go1.22.5.linux-arm64.tar.gz
-sha256sums_amd64 = 904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0
-sha256sums_arm64 = 8d21325bfcf431be3660527c1a39d3d9ad71535fabdf5041c826e44e31642b5a
+provides = golang-go=2:1.23.0
+source_amd64 = https://go.dev/dl/go1.23.0.linux-amd64.tar.gz
+source_arm64 = https://go.dev/dl/go1.23.0.linux-arm64.tar.gz
+sha256sums_amd64 = 905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
+sha256sums_arm64 = 62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659
diff --git a/PKGBUILD b/PKGBUILD
index d8a5c83..71ad7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
epoch=2
repology_pkgname=go
pkgname=golang-go-bin
-pkgver=1.22.5
+pkgver=1.23.0
pkgrel=1
pkgdesc='The Go programming language'
arch=(amd64 arm64)
@@ -16,8 +16,8 @@ url='https://github.com/golang/go'
source_arm64=("https://go.dev/dl/go${pkgver}.linux-arm64.tar.gz")
source_amd64=("https://go.dev/dl/go${pkgver}.linux-amd64.tar.gz")
-sha256sums_amd64=('904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0')
-sha256sums_arm64=('8d21325bfcf431be3660527c1a39d3d9ad71535fabdf5041c826e44e31642b5a')
+sha256sums_amd64=('905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3')
+sha256sums_arm64=('62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659')
extensions=('zipman')