diff options
Diffstat (limited to 'testing/envconsul/APKBUILD')
-rw-r--r-- | testing/envconsul/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/envconsul/APKBUILD b/testing/envconsul/APKBUILD index d0942ea436..678f9b0777 100644 --- a/testing/envconsul/APKBUILD +++ b/testing/envconsul/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=envconsul pkgver=0.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="Read and set environmental variables for processes from Consul." url="https://www.consul.io/" arch="all" license="MPL-2.0" depends="" makedepends="go" -options="!strip" source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |