xz: update to 5.2.6

This commit is contained in:
Juergen Daubert 2022-08-12 19:14:39 +02:00
parent 0541e2ea27
commit df47aea8bf
3 changed files with 15 additions and 15 deletions

View File

@ -43,9 +43,9 @@ drwxr-xr-x root/root usr/include/lzma/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liblzma.a
-rwxr-xr-x root/root usr/lib/liblzma.la
lrwxrwxrwx root/root usr/lib/liblzma.so -> liblzma.so.5.2.5
lrwxrwxrwx root/root usr/lib/liblzma.so.5 -> liblzma.so.5.2.5
-rwxr-xr-x root/root usr/lib/liblzma.so.5.2.5
lrwxrwxrwx root/root usr/lib/liblzma.so -> liblzma.so.5.2.6
lrwxrwxrwx root/root usr/lib/liblzma.so.5 -> liblzma.so.5.2.6
-rwxr-xr-x root/root usr/lib/liblzma.so.5.2.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/liblzma.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqr7ktnsoEF77pOHiwpenfq+iYgsaZ6rLlzoiK9mCZzSl7PIG/EEj47aNZt5V3ewbEHZBlM3sP311yq96sIixDQ4=
SHA256 (Pkgfile) = 43f6e16efcc516ac29fc7c20b51f06ec1236c7fdfb915b20d594ffb0d45cde98
SHA256 (.footprint) = 389b0d29304cb69bf30a0612e7d9566b6ec64f9a87d754f77c0309df780138ef
SHA256 (xz-5.2.5.tar.xz) = 3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56
RWRJc1FUaeVeqlRk0LqwVO7wIgPjFdtzZiCl1G4l124gMNQwGmOHss0gK6N0gWt93yFrIWus7xEW6x0GrjUca0DbeBOXd2qTDwo=
SHA256 (Pkgfile) = acbdebc105556b54c5f13082cd7b10d2e393e72ccf75cf400ef39df35dafeb98
SHA256 (.footprint) = c31fa2a41f2e1e1b1935d7f3a2d6ca8f1f4cc0327fbab592e31e9de945256ccf
SHA256 (xz-5.2.6.tar.xz) = e076ba3439cb7cfc45b908c869f51a8c89f3c9ee9ee982fde28849c015e723a7

View File

@ -1,16 +1,16 @@
# Description: Compression utility using the lzma algorithm, successor of lzma-utils
# URL: https://tukaani.org/xz/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: https://tukaani.org/xz/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=xz
version=5.2.5
version=5.2.6
release=1
source=(https://tukaani.org/xz/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc/
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc/
}