wok diff icewm/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (2 weeks ago)
parents 997c40094d11
children
line diff
     1.1 --- a/icewm/receipt	Fri Mar 11 09:23:49 2022 +0100
     1.2 +++ b/icewm/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -23,10 +23,11 @@
     1.4  	xorg-libXinerama-dev xorg-libXpm-dev xorg-libXrandr-dev
     1.5  	xorg-libXrender-dev xorg-randrproto xorg-xproto xorg-xextproto"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.12 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.