mirror of
https://github.com/luzifer-aur/envrun.git
synced 2024-11-09 11:30:03 +00:00
envrun v0.7.3
This commit is contained in:
parent
6cc7f5c693
commit
d6266e9996
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = envrun
|
pkgbase = envrun
|
||||||
pkgdesc = Helper utility to inject environment variables stored in a file into processes
|
pkgdesc = Helper utility to inject environment variables stored in a file into processes
|
||||||
pkgver = 0.7.2
|
pkgver = 0.7.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Luzifer/envrun
|
url = https://github.com/Luzifer/envrun
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = envrun-0.7.2.tar.gz::https://github.com/Luzifer/envrun/archive/v0.7.2.tar.gz
|
source = envrun-0.7.3.tar.gz::https://github.com/Luzifer/envrun/archive/v0.7.3.tar.gz
|
||||||
sha512sums = 0724c09ab68480a5860325e2b7f6a48c224dd45dcee39b172c771bafacbaef609921fb7abd2648242b8e0ae879af187d95983875e88bfc983a64eee769c0cdf5
|
sha512sums = fa253f37fb55dfee9b0f032097888cdd9cb7ee1810cd82ca652a37e7658d9be0c2f3011a20fc82a73d55261dbdb17e0679f7600830e2205fbde329ca04978f88
|
||||||
|
|
||||||
pkgname = envrun
|
pkgname = envrun
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=envrun
|
pkgname=envrun
|
||||||
pkgver=0.7.2
|
pkgver=0.7.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Helper utility to inject environment variables stored in a file into processes"
|
pkgdesc="Helper utility to inject environment variables stored in a file into processes"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -9,7 +9,7 @@ url="https://github.com/Luzifer/$pkgname"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('0724c09ab68480a5860325e2b7f6a48c224dd45dcee39b172c771bafacbaef609921fb7abd2648242b8e0ae879af187d95983875e88bfc983a64eee769c0cdf5')
|
sha512sums=('fa253f37fb55dfee9b0f032097888cdd9cb7ee1810cd82ca652a37e7658d9be0c2f3011a20fc82a73d55261dbdb17e0679f7600830e2205fbde329ca04978f88')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
Loading…
Reference in a new issue