git » go-1.20.git » commit 4348c04

upgpkg: 2:1.20.2-1

author Morten Linderud
2023-03-10 18:06:40 UTC
committer Morten Linderud
2023-03-10 18:06:40 UTC
parent d6bc626b64f25df4557eacd3527468cf5e16e08c

upgpkg: 2:1.20.2-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 3eaba73..2d6ca9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.20.1
+pkgver=1.20.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=('b5c1a3af52c385a6d1c76aed5361cf26459023980d0320de7658bae3915831a2'
+sha256sums=('4d0e2850d197b4ddad3bdb0196300179d095bb3aefd4dfbc3b36702c3728f8ab'
             'SKIP')
 
 build() {