makedeb


golang-go-bin 2:1.23.0-1


The Go programming language

Click here to go back to the commit logs for golang-go-bin.

Commit:


Hash: cd123afa813955b8a770bdf95ffa874449b3485f

Message: 1.21.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f38f303..e32f169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,15 +4,15 @@ epoch = 2
 pkgbase = golang-go-bin
 pkgdesc = The Go programming language
 pkgrel = 1
-pkgver = 1.20.7
+pkgver = 1.21.0
 url = https://github.com/golang/go
 arch = amd64
 arch = arm64
 conflicts = golang-go
 depends = tar
 license = BSD3
-provides = golang-go=2:1.20.7
-source_amd64 = https://go.dev/dl/go1.20.7.linux-amd64.tar.gz
-source_arm64 = https://go.dev/dl/go1.20.7.linux-arm64.tar.gz
-sha256sums_amd64 = f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44
-sha256sums_arm64 = 44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43
+provides = golang-go=2:1.21.0
+source_amd64 = https://go.dev/dl/go1.21.0.linux-amd64.tar.gz
+source_arm64 = https://go.dev/dl/go1.21.0.linux-arm64.tar.gz
+sha256sums_amd64 = d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
+sha256sums_arm64 = f3d4548edf9b22f26bbd49720350bbfe59d75b7090a1a2bff1afad8214febaf3
diff --git a/PKGBUILD b/PKGBUILD
index c728db8..e483a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 epoch=2
 repology_pkgname=go
 pkgname=golang-go-bin
-pkgver=1.20.7
+pkgver=1.21.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_arm64=('44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43')
-sha256sums_amd64=('f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44')
+sha256sums_amd64=('d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742')
+sha256sums_arm64=('f3d4548edf9b22f26bbd49720350bbfe59d75b7090a1a2bff1afad8214febaf3')
 
 extensions=('zipman')