wok diff libgd/receipt @ rev 25283
updated roundup (1.6.1 -> 2.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 15:58:43 2022 +0100 (2022-07-18) |
parents | 1a24a6d0a088 |
children |
line diff
1.1 --- a/libgd/receipt Fri Mar 04 09:32:37 2022 +0100 1.2 +++ b/libgd/receipt Mon Jul 18 15:58:43 2022 +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.