wok diff itstool/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 1c88796e4a70
children
line diff
     1.1 --- a/itstool/receipt	Sun May 15 20:25:22 2022 +0000
     1.2 +++ b/itstool/receipt	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -17,8 +17,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*} 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}download.html 2>/dev/null | \
    1.10 +	sed '/itstool-/!d;s|.tar.*||;s|.*itstool-||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.