summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Vilar Benet2021-04-04 16:56:24 +0200
committerDavid Vilar Benet2021-04-04 16:56:24 +0200
commitd7eca064d3293a125d7fcefc430db7f55b8cf58d (patch)
treed9b8cb94625f5ca4aa419f609bce9a675f467c6d /PKGBUILD
parentc7f57cf46ad3a01e713cf44c08b6fd243dd03030 (diff)
downloadaur-d7eca064d3293a125d7fcefc430db7f55b8cf58d.tar.gz
updated to version 0.10.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b890d5544976..0e5b23e97399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hvac
name=hvac
-pkgver=0.10.8
+pkgver=0.10.9
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=('010a851c39bdc4d420343fa42aef5cd7faa073c11bf1507fc563791b8c93e85367b2081d573123acccd467881bccb9f9f33487551cac763d91ee7e5341ea5568')
+sha512sums=('4af23583110ca4c2c9714f5234daf21ee199c2ac97cde01a220db6f5d89957b95c1e8b84904104e5a96ec39b54cea567973427a73ed7cae5806e794d37403a8d')
build() {
cd "$srcdir/$name-$pkgver"