wok diff libgd/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 1a24a6d0a088
children
line diff
     1.1 --- a/libgd/receipt	Fri Mar 04 09:32:37 2022 +0100
     1.2 +++ b/libgd/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -27,8 +27,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://bitbucket.org/libgd/gd-libgd/downloads/ 2>/dev/null | \
     1.8 -	sed '/libgd-/!d;/-rc/d;/-alpha/d;s|.*libgd-||;s|.tar.*||;q'
     1.9 +	wget -O - https://github.com/libgd/libgd/tags 2>/dev/null | \
    1.10 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.