wok diff midori/receipt @ rev 25694

dropbear: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 14:12:01 2024 +0000 (2 months ago)
parents f7cc93574053
children
line diff
     1.1 --- a/midori/receipt	Thu Dec 22 13:03:20 2022 +0000
     1.2 +++ b/midori/receipt	Sun Apr 21 14:12:01 2024 +0000
     1.3 @@ -25,10 +25,11 @@
     1.4  		librsvg-apps python vala"
     1.5  esac
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://github.com/midori-browser/core/releases 2>/dev/null | \
    1.11 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).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.