wok-current diff ntfsprogs/receipt @ rev 25256

updated qrencode and qrencode-dev (4.0.2 -> 4.1.1)
author Hans-G?nter Theisgen
date Fri Jul 15 06:38:49 2022 +0100 (2022-07-15)
parents 380ffe05937a
children
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/ntfsprogs/receipt	Fri Jul 15 06:38:49 2022 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="fuse ntfs-3g util-linux-uuid"
     1.5  BUILD_DEPENDS="fuse"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://sourceforge.net/projects/linux-ntfs/files/NTFS%20Tools%20and%20Library/ 2>/dev/null | \
    1.10 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.11 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {