wok diff sbackup/receipt @ rev 24348

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 18:01:43 2022 +0000 (2022-02-02)
parents 119fc801bf3b
children 076f424196b2
line diff
     1.1 --- a/sbackup/receipt	Sat Apr 18 14:33:42 2020 +0100
     1.2 +++ b/sbackup/receipt	Wed Feb 02 18:01:43 2022 +0000
     1.3 @@ -16,6 +16,15 @@
     1.4  	pygtk python sshfs-fuse"
     1.5  BUILD_DEPENDS="$DEPENDS python-setuptools"
     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/sbackup/files/sbackup/ 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|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.13 +	sed '/scope="row/!d;/tar/!ds|.*/sbackup_||;s|.tar.*||;q'
    1.14 +}
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {