mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +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'
|
||||
pkgname=libxcrypt
|
||||
version=4.4.36
|
||||
revision=3
|
||||
version=4.4.38
|
||||
revision=1
|
||||
archs="~*-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-hashes=all --disable-failure-tokens --enable-obsolete-api=no"
|
||||
|
@ -9,11 +9,11 @@ make_cmd="make -C build"
|
|||
hostmakedepends="perl-bootstrap"
|
||||
checkdepends="python3-passlib"
|
||||
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"
|
||||
homepage="https://github.com/besser82/libxcrypt"
|
||||
distfiles="https://github.com/besser82/libxcrypt/releases/download/v${version}/libxcrypt-${version}.tar.xz"
|
||||
checksum=e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943
|
||||
checksum=80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
broken="musl already provides libcrypt"
|
||||
|
|
Loading…
Add table
Reference in a new issue