summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-03-25 09:15:11 -0700
committerAndy Weidenbaum2016-03-25 09:15:11 -0700
commit767e8c21c01e8c41160f0eea92a730175d71227c (patch)
tree40ef1ae82e2035bd73870cf748006537fbb2f28f /PKGBUILD
parentaf99a34667bbed92d973ab541f70e71d1cf51ed1 (diff)
downloadaur-767e8c21c01e8c41160f0eea92a730175d71227c.tar.gz
update pkgver to 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17e553969707..95ae8a3b6fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-flask-httpauth
_pyname=Flask-HTTPAuth
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="Simple extension that provides Basic and Digest HTTP authentication for Flask routes"
arch=('any')
@@ -12,8 +12,8 @@ url="https://github.com/miguelgrinberg/Flask-HTTPAuth"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/F/$_pyname/$_pyname-$pkgver.tar.gz)
-md5sums=('00b9df7c2b8a39cba67a577b745964b4')
-sha256sums=('d992a4d5c9cef94c4bf637fdca5290c5c60bc4205155bb747150f127cda74a4d')
+md5sums=('823cd56a3d58a84958e889436bffb6ec')
+sha256sums=('2b0a8df9044166e279fea5b311c7a38fd00eb2b9e9926daf69eae29f61441622')
build() {
cd "$srcdir/$_pyname-$pkgver"