From ecf81700af8277409e44ef95fc92066786c3ea22 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 17 Mar 2024 14:02:46 +0530 Subject: [PATCH] xz: update to 5.6.1. --- srcpkgs/xz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template index 8aa5650cfcb792..d1e1ffe4c2060f 100644 --- a/srcpkgs/xz/template +++ b/srcpkgs/xz/template @@ -1,6 +1,6 @@ # Template file for 'xz' pkgname=xz -version=5.6.0 +version=5.6.1 revision=1 bootstrap=yes build_style=gnu-configure @@ -11,7 +11,7 @@ license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later" homepage="https://xz.tukaani.org" changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS" distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz" -checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875 +checksum=2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then configure_args+=" --disable-sandbox"