wok diff sbxkb/receipt @ rev 24918

updated moosefs (3.0.111 -> 3.0.116)
author Hans-G?nter Theisgen
date Sun Apr 10 06:58:04 2022 +0100 (2022-04-10)
parents daaaf5face8a
children
line diff
     1.1 --- a/sbxkb/receipt	Fri May 03 16:47:04 2019 +0200
     1.2 +++ b/sbxkb/receipt	Sun Apr 10 06:58:04 2022 +0100
     1.3 @@ -17,6 +17,12 @@
     1.4  xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
     1.5  BUILD_DEPENDS="gtk+-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/staybox/files/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;/sbxkb/!d;s|.*/sbxkb-||;s|.tar.*||;q'
    1.12 +}
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {