Skip to content

Commit

Permalink
* update cracklib to 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Mar 26, 2019
1 parent f6e8b64 commit fd02861
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cracklib/PKGBUILD
Expand Up @@ -3,15 +3,15 @@
# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>

pkgname=cracklib
pkgver=2.9.6
pkgrel=3
pkgver=2.9.7
pkgrel=1
pkgdesc="Password Checking Library"
arch=('x86_64' 'powerpc64le')
arch=(x86_64 powerpc64le)
license=('GPL')
url="https://github.com/cracklib/cracklib"
depends=('glibc' 'zlib')
source=(https://github.com/cracklib/cracklib/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('c52f463585d85924b28cdc1e373ae06d')
source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('48a0c8810ec4780b99c0a4f9931c21c6')

build() {
cd $srcdir/$pkgname-$pkgver
Expand Down

0 comments on commit fd02861

Please sign in to comment.