mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go to 1.21.6-1
This commit is contained in:
parent
5be41801fb
commit
53528e4bf8
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.21.5
|
||||
pkgver = 1.21.6
|
||||
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.5.src.tar.gz
|
||||
source = https://go.dev/dl/go1.21.5.src.tar.gz.asc
|
||||
source = https://go.dev/dl/go1.21.6.src.tar.gz
|
||||
source = https://go.dev/dl/go1.21.6.src.tar.gz.asc
|
||||
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
||||
sha256sums = 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19
|
||||
sha256sums = 124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = go
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
pkgname=go
|
||||
epoch=2
|
||||
pkgver=1.21.5
|
||||
pkgver=1.21.6
|
||||
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=('285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19'
|
||||
sha256sums=('124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248'
|
||||
'SKIP')
|
||||
|
||||
case "$CARCH" in
|
||||
|
|
Loading…
Reference in a new issue