wok diff xz/receipt @ rev 25747

thunar: replaced dependency libxfconf by xfconf
author Hans-G?nter Theisgen
date Sat Aug 31 09:37:15 2024 +0100 (2 months ago)
parents 6023b31d568c
children 54b8c7c6fe47
line diff
     1.1 --- a/xz/receipt	Mon Sep 12 16:35:46 2022 +0000
     1.2 +++ b/xz/receipt	Sat Aug 31 09:37:15 2024 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xz"
     1.7 -VERSION="5.2.6"
     1.8 +VERSION="5.6.2"
     1.9  CATEGORY="base-system"
    1.10  TAGS="compression archive"
    1.11  SHORT_DESC="General-purpose data compressor with a high compression ratio."
    1.12 @@ -21,7 +21,7 @@
    1.13  current_version()
    1.14  {
    1.15  	wget -O - $WEB_SITE 2>/dev/null | \
    1.16 -	sed '/was released/!d;s| .*||;q'
    1.17 +	sed '/tar..z/!d;s|.*xz-||;s|.tar.*||;q'
    1.18  }
    1.19  
    1.20  # Rules to configure and make the package.