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