passwdqc: update to 1.3.1.
This commit is contained in:
parent
52c0fa4232
commit
b20ec8d03d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'passwdqc'
|
# Template file for 'passwdqc'
|
||||||
pkgname=passwdqc
|
pkgname=passwdqc
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.openwall.com/passwdqc/"
|
homepage="http://www.openwall.com/passwdqc/"
|
||||||
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=23290ac21a055d9039b510bbc0d830a6dbf4295688d4317e0350ed4b6e5e7f50
|
checksum=d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a70ffb14
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
|
|
Loading…
Reference in a new issue