From a1c7aef2f5033e07c51379e6ed2fd499b6d3e23a Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 23 Mar 2025 22:49:18 -0700 Subject: [PATCH] libxcrypt: update to 4.4.38. Fix typo in maintainer email. --- srcpkgs/libxcrypt/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxcrypt/template b/srcpkgs/libxcrypt/template index 0495974c2ca..6ae8fce86e4 100644 --- a/srcpkgs/libxcrypt/template +++ b/srcpkgs/libxcrypt/template @@ -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 " +maintainer="oreo639 " 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"