wok diff ppp/receipt @ rev 25632

Up gtklife (5.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 23 14:06:29 2023 +0000 (10 months ago)
parents ac8ca9758df1
children
line diff
     1.1 --- a/ppp/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/ppp/receipt	Sat Dec 23 14:06:29 2023 +0000
     1.3 @@ -16,10 +16,11 @@
     1.4  BUILD_DEPENDS="wget"
     1.5  SUGGESTED="tazpanel"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.12 +	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.