summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn0vember2021-11-21 15:58:10 +0100
committern0vember2021-11-21 15:58:10 +0100
commit789187573f97d9ea2fb5b8af5efdd2a468bb4361 (patch)
treec0ac37357ffc264aeacfd8d3a0bc5615f8cafb53
parentb6f86615b465e996ccab7fe8d00e2d87ec286d6c (diff)
downloadaur-789187573f97d9ea2fb5b8af5efdd2a468bb4361.tar.gz
0.12.1 version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5904b80a1a34..3dafb478a96e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = envconsul-git
pkgdesc = Launch a subprocess with environment variables using data from @hashicorp Consul and Vault.
- pkgver = v0.9.1
- pkgrel = 2
+ pkgver = v0.12.1
+ pkgrel = 3
url = https://github.com/hashicorp/envconsul.git
arch = any
license = MPL2
makedepends = go
makedepends = git
- source = https://github.com/hashicorp/envconsul/archive/v0.9.1.tar.gz
+ source = https://github.com/hashicorp/envconsul/archive/v0.12.1.tar.gz
md5sums = SKIP
pkgname = envconsul-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 66d52939f746..9efcea2e0c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: n0vember <n0vember at half-9 dot net>
_pkgname=envconsul
pkgname=${_pkgname}-git
-_pkgver=0.9.1
+_pkgver=0.12.1
pkgver=v${_pkgver}
pkgrel=3
pkgdesc="Launch a subprocess with environment variables using data from @hashicorp Consul and Vault."