mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/go to 1.21.5-1
This commit is contained in:
parent
05bcb0087c
commit
99f025825a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = go
|
pkgbase = go
|
||||||
pkgdesc = Core compiler tools for the Go programming language
|
pkgdesc = Core compiler tools for the Go programming language
|
||||||
pkgver = 1.21.4
|
pkgver = 1.21.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = https://golang.org/
|
url = https://golang.org/
|
||||||
|
@ -12,10 +12,10 @@ pkgbase = go
|
||||||
replaces = go-pie
|
replaces = go-pie
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = https://go.dev/dl/go1.21.4.src.tar.gz
|
source = https://go.dev/dl/go1.21.5.src.tar.gz
|
||||||
source = https://go.dev/dl/go1.21.4.src.tar.gz.asc
|
source = https://go.dev/dl/go1.21.5.src.tar.gz.asc
|
||||||
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
||||||
sha256sums = 47b26a83d2b65a3c1c1bcace273b69bee49a7a7b5168a7604ded3d26a37bd787
|
sha256sums = 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = go
|
pkgname = go
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
pkgname=go
|
pkgname=go
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgver=1.21.4
|
pkgver=1.21.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Core compiler tools for the Go programming language'
|
pkgdesc='Core compiler tools for the Go programming language'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -29,7 +29,7 @@ provides=(go-pie)
|
||||||
options=(!strip staticlibs)
|
options=(!strip staticlibs)
|
||||||
source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
|
source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
|
||||||
validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
|
validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
|
||||||
sha256sums=('47b26a83d2b65a3c1c1bcace273b69bee49a7a7b5168a7604ded3d26a37bd787'
|
sha256sums=('285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
|
|
Loading…
Reference in a new issue