author | George Rawlinson
<grawlinson@archlinux.org> 2023-10-09 07:19:01 UTC |
committer | George Rawlinson
<grawlinson@archlinux.org> 2023-10-09 07:19:01 UTC |
parent | cb27a9a2146837f0a5383fd759079bc8dda58117 |
.SRCINFO | +4 | -4 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 457f859..ce0d6fd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = go pkgdesc = Core compiler tools for the Go programming language - pkgver = 1.21.1 + pkgver = 1.21.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.21.1.src.tar.gz - source = https://go.dev/dl/go1.21.1.src.tar.gz.asc + source = https://go.dev/dl/go1.21.2.src.tar.gz + source = https://go.dev/dl/go1.21.2.src.tar.gz.asc validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 - sha256sums = bfa36bf75e9a1e9cbbdb9abcf9d1707e479bd3a07880a8ae3564caee5711cb99 + sha256sums = 45e59de173baec39481854490d665b726cec3e5b159f6b4172e5ec7780b2c201 sha256sums = SKIP pkgname = go diff --git a/PKGBUILD b/PKGBUILD index cece4cc..305a7c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ pkgname=go epoch=2 -pkgver=1.21.1 +pkgver=1.21.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=('bfa36bf75e9a1e9cbbdb9abcf9d1707e479bd3a07880a8ae3564caee5711cb99' +sha256sums=('45e59de173baec39481854490d665b726cec3e5b159f6b4172e5ec7780b2c201' 'SKIP') build() {