wok diff lzsa/receipt @ rev 25812
ntfs-3g: enable posix acls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 25 10:33:44 2025 +0000 (3 weeks ago) |
parents | 4e2caf3cd17b |
children |
line diff
1.1 --- a/lzsa/receipt Tue Feb 28 13:43:15 2023 +0000 1.2 +++ b/lzsa/receipt Sat Jan 25 10:33:44 2025 +0000 1.3 @@ -11,10 +11,11 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.11 - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.13 } 1.14 1.15 # Rules to configure and make the package.