git » go-1.20.git » commit 2e463df

upgpkg: 2:1.20.7-1

author George Rawlinson
2023-08-02 01:22:00 UTC
committer George Rawlinson
2023-08-02 01:22:00 UTC
parent 86d346ba41c0fee294fd94844e51b318c9883c5f

upgpkg: 2:1.20.7-1

* New upstream release.

.SRCINFO +4 -4
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index a63af21..41a9b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = go
 	pkgdesc = Core compiler tools for the Go programming language
-	pkgver = 1.20.6
+	pkgver = 1.20.7
 	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.20.6.src.tar.gz
-	source = https://go.dev/dl/go1.20.6.src.tar.gz.asc
+	source = https://go.dev/dl/go1.20.7.src.tar.gz
+	source = https://go.dev/dl/go1.20.7.src.tar.gz.asc
 	validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
-	sha256sums = 62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70
+	sha256sums = 2c5ee9c9ec1e733b0dbbc2bdfed3f62306e51d8172bf38f4f4e542b27520f597
 	sha256sums = SKIP
 
 pkgname = go
diff --git a/PKGBUILD b/PKGBUILD
index 5fd13a3..c92516b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.20.6
+pkgver=1.20.7
 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=('62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70'
+sha256sums=('2c5ee9c9ec1e733b0dbbc2bdfed3f62306e51d8172bf38f4f4e542b27520f597'
             'SKIP')
 
 build() {