summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vilar Benet2021-02-02 10:51:31 +0100
committerDavid Vilar Benet2021-02-02 10:51:31 +0100
commit3cb70e761697a3e58d4df4199867075d9be08d99 (patch)
treea01c3a7a40a295eedf270761ecde2fabe47bc816
parent4201d73fe24886bdb808d9f8a056aa735641805b (diff)
downloadaur-3cb70e761697a3e58d4df4199867075d9be08d99.tar.gz
updated to version 0.10.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cbc7f25f6ac..5f74760a8042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-hvac
pkgdesc = Python 2.7/3.X client for HashiCorp Vault
- pkgver = 0.10.6
+ pkgver = 0.10.7
pkgrel = 1
url = https://python-hvac.org/
arch = any
license = Apache
makedepends = python-setuptools
depends = python
- source = hvac-0.10.6.tar.gz::https://github.com/hvac/hvac/archive/v0.10.6.tar.gz
- sha512sums = d29704234c13fdf89608b6b7681bb33c9cc7e685576dfe7810b4679b43c3cc70de7b265d3685eeb7a2f8c523617bd9098d36d2c4a9f5210e80f540f5ed1602a7
+ source = hvac-0.10.7.tar.gz::https://github.com/hvac/hvac/archive/v0.10.7.tar.gz
+ sha512sums = 355346d058b6afc0ebfb04752bbec7fd16b206b71638497e557b7d0a35ff8f3b73a1cca15647b949be9b850e25bc0fddf50f67cfeda05898e0d0ec7ed1f738a6
pkgname = python-hvac
diff --git a/PKGBUILD b/PKGBUILD
index ba2b98773ec9..12dbb271b932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hvac
name=hvac
-pkgver=0.10.6
+pkgver=0.10.7
pkgrel=1
pkgdesc="Python 2.7/3.X client for HashiCorp Vault"
url="https://python-hvac.org/"
@@ -10,8 +10,8 @@ license=('Apache')
arch=('any')
depends=('python')
makedepends=('python-setuptools')
-source=("$name-$pkgver.tar.gz::https://github.com/hvac/$name/archive/v$pkgver.tar.gz")
-sha512sums=('d29704234c13fdf89608b6b7681bb33c9cc7e685576dfe7810b4679b43c3cc70de7b265d3685eeb7a2f8c523617bd9098d36d2c4a9f5210e80f540f5ed1602a7')
+source=("$name-$pkgver.tar.gz::https://github.com/$name/$name/archive/v$pkgver.tar.gz")
+sha512sums=('355346d058b6afc0ebfb04752bbec7fd16b206b71638497e557b7d0a35ff8f3b73a1cca15647b949be9b850e25bc0fddf50f67cfeda05898e0d0ec7ed1f738a6')
build() {
cd "$srcdir/$name-$pkgver"