upgpkg: 1.10.0-1

This commit is contained in:
Justin Kromlinger 2022-03-23 16:50:23 +00:00
parent 74771ef512
commit 5e913a5114

View File

@ -6,8 +6,8 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver=1.9.4 pkgver=1.10.0
pkgrel=2 pkgrel=1
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
arch=('x86_64') arch=('x86_64')
@ -15,7 +15,7 @@ makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 'g
depends=('glibc') depends=('glibc')
install='vault.install' install='vault.install'
backup=('etc/vault.hcl') backup=('etc/vault.hcl')
_vault_commit='fcbe948b2542a13ee8036ad07dd8ebf8554f56cb' _vault_commit='7738ec5d0d6f5bf94a809ee0f6ff0142cfa525a6'
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'