author | George Rawlinson
<grawlinson@archlinux.org> 2023-12-05 20:32:16 UTC |
committer | George Rawlinson
<grawlinson@archlinux.org> 2023-12-05 20:32:16 UTC |
parent | 2a2c65ba9127ce918286d46fc0c6a95662a25d81 |
.SRCINFO | +4 | -4 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 26b83ab..25012db 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = go pkgdesc = Core compiler tools for the Go programming language - pkgver = 1.21.4 + pkgver = 1.21.5 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.21.4.src.tar.gz - source = https://go.dev/dl/go1.21.4.src.tar.gz.asc + source = https://go.dev/dl/go1.21.5.src.tar.gz + source = https://go.dev/dl/go1.21.5.src.tar.gz.asc validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 - sha256sums = 47b26a83d2b65a3c1c1bcace273b69bee49a7a7b5168a7604ded3d26a37bd787 + sha256sums = 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19 sha256sums = SKIP pkgname = go diff --git a/PKGBUILD b/PKGBUILD index cc72328..275ef78 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ pkgname=go epoch=2 -pkgver=1.21.4 +pkgver=1.21.5 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=('47b26a83d2b65a3c1c1bcace273b69bee49a7a7b5168a7604ded3d26a37bd787' +sha256sums=('285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19' 'SKIP') build() {