upgpkg: 1.10.4-1
This commit is contained in:
parent
1e46aeddb2
commit
312c4bea9d
8
PKGBUILD
8
PKGBUILD
@ -4,18 +4,18 @@
|
|||||||
# Contributor: Justin Kromlinger <hashworks@archlinux.org>
|
# Contributor: Justin Kromlinger <hashworks@archlinux.org>
|
||||||
# Contributor: Andrew Tyler <assimilat@gmail.com>
|
# Contributor: Andrew Tyler <assimilat@gmail.com>
|
||||||
|
|
||||||
pkgname='vault'
|
pkgname=vault
|
||||||
pkgdesc='A tool for managing secrets'
|
pkgdesc='A tool for managing secrets'
|
||||||
pkgver=1.10.3
|
pkgver=1.10.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
url="https://vaultproject.io/"
|
url="https://vaultproject.io/"
|
||||||
license=('MPL')
|
license=('MPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
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')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
install='vault.install'
|
install=vault.install
|
||||||
backup=('etc/vault.hcl')
|
backup=('etc/vault.hcl')
|
||||||
_vault_commit='af866591ee60485f05d6e32dd63dde93df686dfb'
|
_vault_commit='6a1dde56c18c4a1be2756b931ce3c872d8ca5a76'
|
||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user