summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2018-02-05 12:12:30 +0100
committerCedric Girard2018-02-05 12:12:30 +0100
commitf32e32a6f243ac109e4eedbf2182b2fd96aac536 (patch)
treed0c329e2ec6ae111afc60cc64d7c771440da76aa
parentedd00898b6e32942fae19867a97d95b140663e1e (diff)
downloadaur-f32e32a6f243ac109e4eedbf2182b2fd96aac536.tar.gz
new upstream version 4.4.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ceeb2a6631..acab0c4ab572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
- pkgver = 4.4.18
+ pkgver = 4.4.19
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python
arch = any
license = Apache
- source = https://github.com/dwolfhub/zxcvbn-python/archive/v4.4.18.tar.gz
- md5sums = bcfe64ff316368298409884a11ee8a75
+ source = https://github.com/dwolfhub/zxcvbn-python/archive/v4.4.19.tar.gz
+ md5sums = fe057ff3c170d1b3d0ecc29ba13a5127
pkgname = python2-zxcvbn
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 5d24cc18d824..4a44c719b458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pythonmod=zxcvbn-python
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
-pkgver=4.4.18
+pkgver=4.4.19
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=('bcfe64ff316368298409884a11ee8a75')
+md5sums=('fe057ff3c170d1b3d0ecc29ba13a5127')
package_python2-zxcvbn() {
depends=('python2')