extra/go to 1.20.4-2

This commit is contained in:
Kevin Mihelich 2023-06-03 18:22:10 +00:00
parent c04e1c32b2
commit 00d29557fe
2 changed files with 22 additions and 1 deletions

21
extra/go/.SRCINFO Normal file
View file

@ -0,0 +1,21 @@
pkgbase = go
pkgdesc = Core compiler tools for the Go programming language
pkgver = 1.20.4
pkgrel = 2
epoch = 2
url = https://golang.org/
arch = x86_64
license = BSD
makedepends = git
makedepends = go
provides = go-pie
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
validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796
sha256sums = 9f34ace128764b7a3a4b238b805856cc1b2184304df9e5690825b0710f4202d6
sha256sums = SKIP
pkgname = go

View file

@ -18,7 +18,7 @@
pkgname=go
epoch=2
pkgver=1.20.4
pkgrel=1
pkgrel=2
pkgdesc='Core compiler tools for the Go programming language'
arch=(x86_64)
url='https://golang.org/'