wok diff pyroom/receipt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (8 weeks ago)
parents f40d97a52c42
children
line diff
     1.1 --- a/pyroom/receipt	Mon Apr 03 16:35:42 2023 +0000
     1.2 +++ b/pyroom/receipt	Tue Apr 16 10:43:04 2024 +0000
     1.3 @@ -16,8 +16,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://pyroom.org/ 2>/dev/null | \
     1.8 -	sed '/PyRoom [0-9]/!d;s|.*Room ||;s| released.*||;q'
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed '/atest version/!d;s|.*is ||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.