wok diff grsync/receipt @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (3 days ago)
parents ddc3cc7ce280
children
line diff
     1.1 --- a/grsync/receipt	Mon Mar 07 17:46:25 2022 +0100
     1.2 +++ b/grsync/receipt	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -18,8 +18,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://www.opbyte.it/grsync/download.html 2>/dev/null | \
     1.8 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/New version/!d;s|>New|>\nNew|g' | sed '/^New/!d;s|New version ||;s|<.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.