libxcrypt: update to 4.4.38.

Fix typo in maintainer email.
This commit is contained in:
oreo639 2025-03-23 22:49:18 -07:00 committed by oreo639
parent c9cc277542
commit a1c7aef2f5

View file

@ -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"