upgpkg: 1.13.1-1

This commit is contained in:
Justin Kromlinger 2023-04-07 00:27:30 +00:00
parent 54fe96403a
commit b159e3f9be

View File

@ -6,7 +6,7 @@
pkgname=vault pkgname=vault
pkgdesc='A tool for managing secrets' pkgdesc='A tool for managing secrets'
pkgver=1.13.0 pkgver=1.13.1
pkgrel=1 pkgrel=1
url="https://vaultproject.io/" url="https://vaultproject.io/"
license=('MPL') license=('MPL')
@ -15,7 +15,7 @@ depends=('glibc')
makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 'go-tools') makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 'go-tools')
install=vault.install install=vault.install
backup=('etc/vault.hcl') backup=('etc/vault.hcl')
_vault_commit='a4cf0dc4437de35fce4860857b64569d092a9b5a' _vault_commit='4472e4a3fbcc984b7e3dc48f5a8283f3efe6f282'
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'