wok diff pwsafe/receipt @ rev 25699

Up redis (7.2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 26 16:05:16 2024 +0000 (4 months ago)
parents 0262035dc1e7
children
line diff
     1.1 --- a/pwsafe/receipt	Sun Jul 16 18:06:38 2023 +0000
     1.2 +++ b/pwsafe/receipt	Sun May 26 16:05:16 2024 +0000
     1.3 @@ -17,8 +17,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://github.com/nsd20463/pwsafe/releases 2>/dev/null | \
     1.8 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     1.9 +	wget -O - https://github.com/nsd20463/pwsafe/tags 2>/dev/null | \
    1.10 +	sed '/tag\//!d;s|.*tag/[a-z_]*||;s|".*||;s|_|.|g;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.