From 6be3c463c97f942953f6cac3e625a4c4d0a19339 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 13 Mar 2024 11:59:08 +0100 Subject: [PATCH] xz_utils: bump version --- .../{xz_utils-5.4.4.recipe => xz_utils-5.6.1.recipe} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename app-arch/xz_utils/{xz_utils-5.4.4.recipe => xz_utils-5.6.1.recipe} (94%) diff --git a/app-arch/xz_utils/xz_utils-5.4.4.recipe b/app-arch/xz_utils/xz_utils-5.6.1.recipe similarity index 94% rename from app-arch/xz_utils/xz_utils-5.4.4.recipe rename to app-arch/xz_utils/xz_utils-5.6.1.recipe index f48c6b5dc..77f37cd8b 100644 --- a/app-arch/xz_utils/xz_utils-5.4.4.recipe +++ b/app-arch/xz_utils/xz_utils-5.6.1.recipe @@ -7,8 +7,8 @@ LICENSE="GNU LGPL v2.1 GNU GPL v2 GNU GPL v3" REVISION="1" -SOURCE_URI="https://downloads.sourceforge.net/lzmautils/xz-$portVersion.tar.bz2" -CHECKSUM_SHA256="0b6fcde1ac38e90433a2556f500c065950b9bcd2d602006efc334782bdfe6296" +SOURCE_URI="https://github.com/tukaani-project/xz/releases/download/v$portVersion/xz-$portVersion.tar.gz" +CHECKSUM_SHA256="2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8" SOURCE_DIR="xz-$portVersion" ADDITIONAL_FILES="xz_utils-expander-rules" @@ -95,6 +95,7 @@ BUILD() ./autogen.sh --no-po4a runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir \ + --disable-rpath \ --disable-static make $jobArgs }