mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go to 1.22.1-1
This commit is contained in:
parent
c5a8dc47e0
commit
6e040f788e
3 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = go
|
||||
pkgdesc = Core compiler tools for the Go programming language
|
||||
pkgver = 1.22.0
|
||||
pkgver = 1.22.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.22.0.src.tar.gz
|
||||
source = https://go.dev/dl/go1.22.0.src.tar.gz.asc
|
||||
source = https://go.dev/dl/go1.22.1.src.tar.gz
|
||||
source = https://go.dev/dl/go1.22.1.src.tar.gz.asc
|
||||
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
|
||||
sha256sums = 4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c
|
||||
sha256sums = 79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = go
|
||||
|
|
6
extra/go/.nvchecker.toml
Normal file
6
extra/go/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[go]
|
||||
source = "github"
|
||||
github = "golang/go"
|
||||
prefix = "go"
|
||||
use_max_tag = true
|
||||
exclude_regex = ".*(release|weekly|rc|alpha|beta).*"
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
pkgname=go
|
||||
epoch=2
|
||||
pkgver=1.22.0
|
||||
pkgver=1.22.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=('4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c'
|
||||
sha256sums=('79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321'
|
||||
'SKIP')
|
||||
|
||||
case "$CARCH" in
|
||||
|
|
Loading…
Reference in a new issue