mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libxcrypt: update to 4.4.38.
Fix typo in maintainer email.
This commit is contained in:
parent
c9cc277542
commit
a1c7aef2f5
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libxcrypt'
|
# Template file for 'libxcrypt'
|
||||||
pkgname=libxcrypt
|
pkgname=libxcrypt
|
||||||
version=4.4.36
|
version=4.4.38
|
||||||
revision=3
|
revision=1
|
||||||
archs="~*-musl"
|
archs="~*-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-hashes=all --disable-failure-tokens --enable-obsolete-api=no"
|
configure_args="--enable-hashes=all --disable-failure-tokens --enable-obsolete-api=no"
|
||||||
|
@ -9,11 +9,11 @@ make_cmd="make -C build"
|
||||||
hostmakedepends="perl-bootstrap"
|
hostmakedepends="perl-bootstrap"
|
||||||
checkdepends="python3-passlib"
|
checkdepends="python3-passlib"
|
||||||
short_desc="Modern library for one-way hashing of passwords"
|
short_desc="Modern library for one-way hashing of passwords"
|
||||||
maintainer="oreo639 <oreo639@gmail.com>"
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="LGPL-2.1-or-later, BSD-3-Clause, BSD-2-Clause, 0BSD, Public Domain"
|
license="LGPL-2.1-or-later, BSD-3-Clause, BSD-2-Clause, 0BSD, Public Domain"
|
||||||
homepage="https://github.com/besser82/libxcrypt"
|
homepage="https://github.com/besser82/libxcrypt"
|
||||||
distfiles="https://github.com/besser82/libxcrypt/releases/download/v${version}/libxcrypt-${version}.tar.xz"
|
distfiles="https://github.com/besser82/libxcrypt/releases/download/v${version}/libxcrypt-${version}.tar.xz"
|
||||||
checksum=e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943
|
checksum=80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
broken="musl already provides libcrypt"
|
broken="musl already provides libcrypt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue