wok diff fuse-emulator/receipt @ rev 24495

updated dolibarr again (10.0.6 -> 14.0.5)
author Hans-G?nter Theisgen
date Sat Feb 19 13:42:19 2022 +0100 (2022-02-19)
parents 9a189ebc4cfc
children 3ced3a494edd
line diff
     1.1 --- a/fuse-emulator/receipt	Sun Jan 26 17:37:11 2020 +0100
     1.2 +++ b/fuse-emulator/receipt	Sat Feb 19 13:42:19 2022 +0100
     1.3 @@ -16,6 +16,14 @@
     1.4  BUILD_DEPENDS="alsa-lib-dev gtk+-dev libpng-dev libspectrum-dev 
     1.5  	libxml2-dev"
     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/fuse-emulator/files/fuse/ 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|.*/fuse/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {