xz_utils: bump version

This commit is contained in:
Jerome Duval
2024-03-13 11:59:08 +01:00
parent 75c59fab8e
commit 6be3c463c9

View File

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