makedeb
The Go programming language
Click here to go back to the commit logs for golang-go-bin.
Hash: be9a975e3dc1d25a9b1effb693c8706d1fdb7f30
Message: v1.23.1
diff --git a/.SRCINFO b/.SRCINFO
index 34376a8..cdaa367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,15 +4,15 @@ epoch = 2
pkgbase = golang-go-bin
pkgdesc = The Go programming language
pkgrel = 1
-pkgver = 1.23.0
+pkgver = 1.23.1
url = https://github.com/golang/go
arch = amd64
arch = arm64
conflicts = golang-go
depends = tar
license = BSD3
-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
+provides = golang-go=2:1.23.1
+source_amd64 = https://go.dev/dl/go1.23.1.linux-amd64.tar.gz
+source_arm64 = https://go.dev/dl/go1.23.1.linux-arm64.tar.gz
+sha256sums_amd64 = 49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd
+sha256sums_arm64 = faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f
diff --git a/PKGBUILD b/PKGBUILD
index 71ad7ec..0b20a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
epoch=2
repology_pkgname=go
pkgname=golang-go-bin
-pkgver=1.23.0
+pkgver=1.23.1
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=('905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3')
-sha256sums_arm64=('62788056693009bcf7020eedc778cdd1781941c6145eab7688bd087bce0f8659')
+sha256sums_amd64=('49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd')
+sha256sums_arm64=('faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f')
extensions=('zipman')