Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / go
Commits:
c0f8549c by Morten Linderud at 2025-02-11T22:29:20+01:00
upgpkg: 2:1.24.0-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.6
+ pkgver = 1.24.0
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.6.src.tar.gz
- source = https://go.dev/dl/go1.23.6.src.tar.gz.asc
+ source = https://go.dev/dl/go1.24.0.src.tar.gz
+ source = https://go.dev/dl/go1.24.0.src.tar.gz.asc
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
- sha256sums =
039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222
+ sha256sums =
d14120614acb29d12bcab72bd689f257eb4be9e0b6f88a8fb7e41ac65f8556e5
sha256sums = SKIP
pkgname = go
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@
pkgname=go
epoch=2
-pkgver=1.23.6
+pkgver=1.24.0
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=('039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222'
+sha256sums=('d14120614acb29d12bcab72bd689f257eb4be9e0b6f88a8fb7e41ac65f8556e5'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/c0f8549c5a084fee209008bda7ec837adb275884
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/c0f8549c5a084fee209008bda7ec837adb275884
You're receiving this email because of your account on gitlab.archlinux.org.