summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Vilar Benet2021-04-29 17:35:17 +0200
committerDavid Vilar Benet2021-04-29 17:35:17 +0200
commit8e4948c9212859d2bef4b5066f526920a41dd83e (patch)
tree2cebecddbf98794325c21bbf3df83c0e640ad093 /PKGBUILD
parentd7eca064d3293a125d7fcefc430db7f55b8cf58d (diff)
downloadaur-8e4948c9212859d2bef4b5066f526920a41dd83e.tar.gz
updated to version 0.10.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e5b23e97399..500e73bffa97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hvac
name=hvac
-pkgver=0.10.9
+pkgver=0.10.10
pkgrel=1
pkgdesc="Python 2.7/3.X client for HashiCorp Vault"
url="https://python-hvac.org/"
@@ -11,7 +11,7 @@ arch=('any')
depends=('python')
makedepends=('python-setuptools')
source=("$name-$pkgver.tar.gz::https://github.com/$name/$name/archive/v$pkgver.tar.gz")
-sha512sums=('4af23583110ca4c2c9714f5234daf21ee199c2ac97cde01a220db6f5d89957b95c1e8b84904104e5a96ec39b54cea567973427a73ed7cae5806e794d37403a8d')
+sha512sums=('fe588c8df3fab4296d2617e0167158ad835c4f4085580b2f32b25617e020033e873d112aa882053ed949a8c6368cbfec1f820252c13877daa4136d9a58b0671a')
build() {
cd "$srcdir/$name-$pkgver"