* update gox to 1.0.1-7

This commit is contained in:
Alexander Baldeck 2024-09-10 09:04:11 +02:00
parent 6d2db6beca
commit 70a0a1c760
3 changed files with 18 additions and 1 deletions

13
go/gox/.SRCINFO Normal file
View 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
View File

@ -0,0 +1,4 @@
[gox]
source = "git"
git = "https://github.com/mitchellh/gox.git"
prefix = "v"

View File

@ -6,7 +6,7 @@
pkgname=gox pkgname=gox
pkgver=1.0.1 pkgver=1.0.1
pkgrel=6 pkgrel=7
pkgdesc="A simple, no-frills tool for Go cross compilation" pkgdesc="A simple, no-frills tool for Go cross compilation"
arch=(x86_64 powerpc64le riscv64) arch=(x86_64 powerpc64le riscv64)
url="https://github.com/mitchellh/${pkgname}" url="https://github.com/mitchellh/${pkgname}"