wok diff ntfsprogs/receipt @ rev 25606

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 19 11:40:29 2023 +0000 (11 months ago)
parents ee53899c6189
children d80275dcc2c7
line diff
     1.1 --- a/ntfsprogs/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/ntfsprogs/receipt	Wed Jul 19 11:40:29 2023 +0000
     1.3 @@ -14,10 +14,11 @@
     1.4  DEPENDS="fuse ntfs-3g util-linux-uuid"
     1.5  BUILD_DEPENDS="fuse"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://sourceforge.net/projects/linux-ntfs/files/NTFS%20Tools%20and%20Library/ 2>/dev/null | \
    1.11 -	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    1.13  	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.14  }
    1.15