envrun v0.7.4

This commit is contained in:
Luzifer.io Jenkins 2024-12-12 11:23:13 +00:00
parent d6266e9996
commit 307e57fa2a
2 changed files with 5 additions and 5 deletions

View file

@ -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.3 pkgver = 0.7.4
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.3.tar.gz::https://github.com/Luzifer/envrun/archive/v0.7.3.tar.gz source = envrun-0.7.4.tar.gz::https://github.com/Luzifer/envrun/archive/v0.7.4.tar.gz
sha512sums = fa253f37fb55dfee9b0f032097888cdd9cb7ee1810cd82ca652a37e7658d9be0c2f3011a20fc82a73d55261dbdb17e0679f7600830e2205fbde329ca04978f88 sha512sums = e622dbe9b7b14c365aada11cdaf737f3173065e0f35768a21613ec5787fc2e773ee70d35bab7d3cb06c2e53a2d4f7ca23827669a5783c2fb6f854274af5b9672
pkgname = envrun pkgname = envrun

View file

@ -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.3 pkgver=0.7.4
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=('fa253f37fb55dfee9b0f032097888cdd9cb7ee1810cd82ca652a37e7658d9be0c2f3011a20fc82a73d55261dbdb17e0679f7600830e2205fbde329ca04978f88') sha512sums=('e622dbe9b7b14c365aada11cdaf737f3173065e0f35768a21613ec5787fc2e773ee70d35bab7d3cb06c2e53a2d4f7ca23827669a5783c2fb6f854274af5b9672')
build() { build() {
export GO111MODULE=on export GO111MODULE=on