upgpkg: 1.0.2-1

This commit is contained in:
Christian Rebischke 2019-02-06 22:13:07 +00:00
parent 5ef2d3f0ea
commit 59268b924b

View File

@ -4,8 +4,8 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver='1.0.1' pkgver='1.0.2'
pkgrel='2' pkgrel='1'
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
arch=('x86_64') arch=('x86_64')
@ -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='08df121c8b9adcc2b8fd55fc8506c3f9714c7e61' _vault_commit='37a1dc9c477c1c68c022d2084550f25bf20cac33'
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'