George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / go
Commits:
2e463df9 by George Rawlinson at 2023-08-02T01:22:00+00:00
upgpkg: 2:1.20.7-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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
=====================================
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() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/2e463df9b60d317cea3981602cf6e139c0455f75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/2e463df9b60d317cea3981602cf6e139c0455f75
You're receiving this email because of your account on gitlab.archlinux.org.