git » go-1.20.git » commit 0d01aed

upgpkg: 2:1.22.2-1

author Morten Linderud
2024-04-03 16:48:18 UTC
committer Morten Linderud
2024-04-03 16:48:18 UTC
parent e3f794282e2ca269e0f3cde9f2583390d52901cc

upgpkg: 2:1.22.2-1

.SRCINFO +4 -4
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 359394d..acad94f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = go
 	pkgdesc = Core compiler tools for the Go programming language
-	pkgver = 1.22.1
+	pkgver = 1.22.2
 	pkgrel = 1
 	epoch = 2
 	url = https://golang.org/
@@ -12,10 +12,10 @@ pkgbase = go
 	replaces = go-pie
 	options = !strip
 	options = staticlibs
-	source = https://go.dev/dl/go1.22.1.src.tar.gz
-	source = https://go.dev/dl/go1.22.1.src.tar.gz.asc
+	source = https://go.dev/dl/go1.22.2.src.tar.gz
+	source = https://go.dev/dl/go1.22.2.src.tar.gz.asc
 	validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
-	sha256sums = 79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321
+	sha256sums = 374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9
 	sha256sums = SKIP
 
 pkgname = go
diff --git a/PKGBUILD b/PKGBUILD
index 19f68e5..35ea9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -26,7 +26,7 @@ provides=(go-pie)
 options=(!strip staticlibs)
 source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321'
+sha256sums=('374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9'
             'SKIP')
 
 build() {