Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.77 KB | None | 0 0
  1. --- PKGBUILD    2018-03-26 11:34:11.895431967 +0300
  2. +++ PKGBUILD.new        2018-03-26 11:36:24.188155361 +0300
  3. @@ -1,6 +1,6 @@
  4.  # Maintainer: Jonatan Bravo <zephrax@gmail.com>
  5.  pkgname=envconsul
  6. -pkgver=0.6.2
  7. +pkgver=0.7.3
  8.  pkgrel=1
  9.  epoch=
  10.  pkgdesc="Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault."
  11. @@ -13,8 +13,8 @@
  12.  checkdepends=()
  13.  optdepends=()
  14.  provides=("envconsul")
  15. -source=("https://releases.hashicorp.com/${pkgname}/0.6.2/envconsul_${pkgver}_linux_amd64.tgz")
  16. -md5sums=("490ff5f4981a477cf9767a71492c467e")
  17. +source=("https://releases.hashicorp.com/${pkgname}/${pkgver}/envconsul_${pkgver}_linux_amd64.tgz")
  18. +sha256sums=("fee1281654a224337a573ac135324fadcd88b19128db424aa5f5562b1236e314")
  19.  validpgpkeys=()
  20.  
  21.  package() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement