* update gox to 1.0.1-7
This commit is contained in:
parent
6d2db6beca
commit
70a0a1c760
13
go/gox/.SRCINFO
Normal file
13
go/gox/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = gox
|
||||
pkgdesc = A simple, no-frills tool for Go cross compilation
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 7
|
||||
url = https://github.com/mitchellh/gox
|
||||
arch = x86_64
|
||||
license = MPL2
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
source = gox-1.0.1.tar.gz::https://github.com/mitchellh/gox/archive/v1.0.1.tar.gz
|
||||
sha256sums = 25aab55a4ba75653931be2a2b95e29216b54bd8fecc7931bd416efe49a388229
|
||||
|
||||
pkgname = gox
|
4
go/gox/.nvchecker.toml
Normal file
4
go/gox/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[gox]
|
||||
source = "git"
|
||||
git = "https://github.com/mitchellh/gox.git"
|
||||
prefix = "v"
|
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=gox
|
||||
pkgver=1.0.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A simple, no-frills tool for Go cross compilation"
|
||||
arch=(x86_64 powerpc64le riscv64)
|
||||
url="https://github.com/mitchellh/${pkgname}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user