upgpkg: 0.11.5-1

This commit is contained in:
Christian Rebischke 2018-11-17 16:51:41 +00:00
parent 70afd15b97
commit fcf4c3eabf

View File

@ -4,7 +4,7 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver='0.11.4' pkgver='0.11.5'
pkgrel='1' pkgrel='1'
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
@ -13,7 +13,7 @@ makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
depends=('glibc') depends=('glibc')
install='vault.install' install='vault.install'
backup=('etc/vault.hcl') backup=('etc/vault.hcl')
_vault_commit='612120e76de651ef669c9af5e77b27a749b0dba3' _vault_commit='a59ffa4a0f09bbf198241fe6793a96722789b639'
source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}" source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"
'vault.service' 'vault.service'
'vault.sysusers' 'vault.sysusers'