makedeb


golang-go-bin 2:1.22.5-1


The Go programming language

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

Commit:


Hash: 37abcd02f4c4ba17247e2ee94ec06ca9e133e5b2

Message: v1.22.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3ece0be..cf34a81 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.1
+pkgver = 1.22.2
 url = https://github.com/golang/go
 arch = amd64
 arch = arm64
 conflicts = golang-go
 depends = tar
 license = BSD3
-provides = golang-go=2:1.22.1
-source_amd64 = https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
-source_arm64 = https://go.dev/dl/go1.22.1.linux-arm64.tar.gz
-sha256sums_amd64 = aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f
-sha256sums_arm64 = e56685a245b6a0c592fc4a55f0b7803af5b3f827aaa29feab1f40e491acf35b8
+provides = golang-go=2:1.22.2
+source_amd64 = https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
+source_arm64 = https://go.dev/dl/go1.22.2.linux-arm64.tar.gz
+sha256sums_amd64 = 5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17
+sha256sums_arm64 = 36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1
diff --git a/PKGBUILD b/PKGBUILD
index 1760888..d6ee404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 epoch=2
 repology_pkgname=go
 pkgname=golang-go-bin
-pkgver=1.22.1
+pkgver=1.22.2
 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=('aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f')
-sha256sums_arm64=('e56685a245b6a0c592fc4a55f0b7803af5b3f827aaa29feab1f40e491acf35b8')
+sha256sums_amd64=('5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17')
+sha256sums_arm64=('36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1')
 
 extensions=('zipman')