wok diff libgdiplus/receipt @ rev 25608

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 09:05:42 2023 +0000 (11 months ago)
parents 7364ffdaaa60
children
line diff
     1.1 --- a/libgdiplus/receipt	Sun Jul 16 15:14:43 2023 +0000
     1.2 +++ b/libgdiplus/receipt	Thu Jul 20 09:05:42 2023 +0000
     1.3 @@ -27,9 +27,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
     1.8 +	wget -O - https://github.com/mono/libgdiplus/tags 2>/dev/null | \
     1.9  	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.10 -#	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.