upgpkg: 1.4.1-1
This commit is contained in:
parent
4d1138029f
commit
4689f77f91
8
PKGBUILD
8
PKGBUILD
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname='vault'
|
||||
pkgdesc='A tool for managing secrets'
|
||||
pkgver='1.3.4'
|
||||
pkgver='1.4.1'
|
||||
pkgrel='1'
|
||||
url="https://vaultproject.io/"
|
||||
license=('MPL')
|
||||
@ -14,7 +14,7 @@ makedepends=('go-pie' 'git' 'yarn' 'bower' 'nodejs-lts-dubnium' 'npm' 'zip'
|
||||
depends=('glibc')
|
||||
install='vault.install'
|
||||
backup=('etc/vault.hcl')
|
||||
_vault_commit='3af4987cd9a61c2e915bcca410884c6e35f93060'
|
||||
_vault_commit='b2b4ab9577e413b00d9b727e2c3f465561bd38bd'
|
||||
source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}"
|
||||
'vault.service'
|
||||
'vault.sysusers'
|
||||
@ -36,8 +36,8 @@ prepare () {
|
||||
mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
|
||||
export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
|
||||
cd $PACKAGE_ROOT
|
||||
git revert -n 61ff0fd8699dfe9efb9b014df8e9aff86a0aa924 #https://github.com/hashicorp/vault/issues/7475
|
||||
patch -Np1 < "${srcdir}/vault-fix-ssh-rsa.patch"
|
||||
#git revert -n 61ff0fd8699dfe9efb9b014df8e9aff86a0aa924 #https://github.com/hashicorp/vault/issues/7475
|
||||
#patch -Np1 < "${srcdir}/vault-fix-ssh-rsa.patch"
|
||||
}
|
||||
|
||||
build () {
|
||||
|
Loading…
Reference in New Issue
Block a user