wok diff ntfsprogs/receipt @ rev 25020

updated openmpi and openmpi-dev (4.0.3 -> 4.1.3)
author Hans-G?nter Theisgen
date Wed May 18 08:05:48 2022 +0100 (2022-05-18)
parents 380ffe05937a
children d3556b8f5c3d
line diff
     1.1 --- a/ntfsprogs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/ntfsprogs/receipt	Wed May 18 08:05:48 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  {