summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Harmathy2021-08-19 09:50:05 +0200
committerMax Harmathy2021-08-19 09:50:05 +0200
commit7663e07133110f47b69ed022eaf0db912649b006 (patch)
treef5e97ab8cff32df97af5ce3e5c73f33911077f19 /PKGBUILD
parentb4e5bbc2a0cf62a01dd7113200c155e7888a8c14 (diff)
downloadaur-7663e07133110f47b69ed022eaf0db912649b006.tar.gz
Update to new release 0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04c56e5e7699..95e1d61ef566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Max Harmathy <max.harmathy@web.de>
pkgname=python-stashy
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="Python API client for the Atlassian Stash REST API"
arch=('any')
@@ -14,7 +14,7 @@ depends=(
python-decorator
)
source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('eec3c4771347f620e9a7957ce8ab8b44d3a74ad9dcb9280ac6c8305e017adfe4')
+sha256sums=('3924ea017fc5c096928d4eefa08febf3d16279f74c5d6555481409d986498b49')
package() {
cd "$srcdir/stashy-$pkgver"