upgpkg: 1.7.0-1

This commit is contained in:
Christian Rebischke 2021-04-10 23:31:49 +00:00
parent 553a80f899
commit 162500cfea

View File

@ -4,8 +4,8 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver='1.5.7' pkgver='1.7.0'
pkgrel='2' pkgrel='1'
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
arch=('x86_64') arch=('x86_64')
@ -14,7 +14,7 @@ makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-dubnium' 'npm' 'zip'
depends=('glibc') depends=('glibc')
install='vault.install' install='vault.install'
backup=('etc/vault.hcl') backup=('etc/vault.hcl')
_vault_commit='81d55e35dbbe844a6feb4f52a9a3d072c052d228' _vault_commit='4e222b85c40a810b74400ee3c54449479e32bb9f'
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'