summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2018-05-30 15:46:55 +0200
committerCedric Girard2018-05-30 15:46:55 +0200
commit8009c665af0e4bad0d011898a5be18b1e4db93dc (patch)
tree8f788e2b2834307b4859021e00c7c01c4d9dc025 /PKGBUILD
parent11d19638a626656ba9ae6e648262f026a87943f4 (diff)
downloadaur-8009c665af0e4bad0d011898a5be18b1e4db93dc.tar.gz
new upstream version 4.4.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba362d649d7f..74d82561c03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pythonmod=zxcvbn
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
-pkgver=4.4.25
+pkgver=4.4.26
pkgrel=1
pkgdesc="Password strength estimator"
arch=('any')
@@ -10,7 +10,7 @@ url="http://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
#source=("https://github.com/dwolfhub/${_pythonmod}/archive/v$pkgver.tar.gz")
-md5sums=('f69cdfcd4ad4861c4260e47c001504d3')
+md5sums=('c4db5841242c41f4bfd4edf8fe19ea68')
package_python2-zxcvbn() {
depends=('python2')