mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go to 1.23.1-1
This commit is contained in:
parent
bff2a97095
commit
711b472a13
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,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)
|
||||
|
@ -29,7 +29,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')
|
||||
|
||||
case "$CARCH" in
|
||||
|
|
Loading…
Reference in a new issue