upgpkg: 1.10.2-1

This commit is contained in:
Justin Kromlinger 2022-04-29 16:08:18 +00:00
parent 4dc23197aa
commit f80a0feb3e

View File

@ -6,8 +6,8 @@
pkgname='vault' pkgname='vault'
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver=1.10.1 pkgver=1.10.2
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='e452e9b30a9c2c8adfa1611c26eb472090adc767' _vault_commit='94325865b12662cb72efa3003d6aaa4f5ae57f3a'
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'