wok diff jpegoptim/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (22 months ago)
parents ac8ca9758df1
children
line diff
     1.1 --- a/jpegoptim/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/jpegoptim/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -13,10 +13,11 @@
     1.4  BUILD_DEPENDS="jpeg-dev"
     1.5  DEPENDS="jpeg-dev"
     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|.*/RELEASE.\(.*\).tar.*|\1|;q'
    1.12 +	sed '/archive.*tar/!d;s|.*/[A-Z\.v]\(.*\).tar.*|\1|;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.