upgpkg: 1.10.1-1

This commit is contained in:
Justin Kromlinger 2022-04-22 23:35:16 +00:00
parent 5e913a5114
commit 588b1d132a

View File

@ -6,7 +6,7 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver=1.10.0 pkgver=1.10.1
pkgrel=1 pkgrel=1
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
@ -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='7738ec5d0d6f5bf94a809ee0f6ff0142cfa525a6' _vault_commit='e452e9b30a9c2c8adfa1611c26eb472090adc767'
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'