Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / go
Commits:
36f6f07b by Lukas Fleischer at 2024-09-06T11:01:18-05:00
upgpkg: 2:1.23.1-1: update to 1.23.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = go
pkgdesc = Core compiler tools for the Go programming language
- pkgver = 1.23.0
+ pkgver = 1.23.1
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.23.0.src.tar.gz
- source = https://go.dev/dl/go1.23.0.src.tar.gz.asc
+ source = https://go.dev/dl/go1.23.1.src.tar.gz
+ source = https://go.dev/dl/go1.23.1.src.tar.gz.asc
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
- sha256sums =
42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6
+ sha256sums =
6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d
sha256sums = SKIP
pkgname = go
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@
pkgname=go
epoch=2
-pkgver=1.23.0
+pkgver=1.23.1
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=('42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6'
+sha256sums=('6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/36f6f07bb173c32594538d69c5e3679112856209
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/36f6f07bb173c32594538d69c5e3679112856209
You're receiving this email because of your account on gitlab.archlinux.org.