new upstream version 4.4.23

This commit is contained in:
Cedric Girard 2018-04-10 10:27:10 +02:00
parent f32e32a6f2
commit d8a6e54cc9
Signed by: X-dark
GPG key ID: 37995E758B76710B
2 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,12 @@
pkgbase = python2-zxcvbn
pkgdesc = Password strength estimator
pkgver = 4.4.19
pkgver = 4.4.23
pkgrel = 1
url = http://pypi.python.org/pypi/zxcvbn-python
arch = any
license = Apache
source = https://github.com/dwolfhub/zxcvbn-python/archive/v4.4.19.tar.gz
md5sums = fe057ff3c170d1b3d0ecc29ba13a5127
source = https://pypi.io/packages/source/z/zxcvbn-python/zxcvbn-python-4.4.23.tar.gz
md5sums = a7fc42b641ee213b59a0873bbc199393
pkgname = python2-zxcvbn
depends = python2

View file

@ -2,15 +2,15 @@
_pythonmod=zxcvbn-python
pkgname=('python2-zxcvbn' 'python-zxcvbn')
pkgbase=python2-zxcvbn
pkgver=4.4.19
pkgver=4.4.23
pkgrel=1
pkgdesc="Password strength estimator"
arch=('any')
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=('fe057ff3c170d1b3d0ecc29ba13a5127')
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=('a7fc42b641ee213b59a0873bbc199393')
package_python2-zxcvbn() {
depends=('python2')