wok diff softether/receipt @ rev 25643

Fix mouse issue on mc with ncurses6
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 12 14:14:28 2024 +0100 (7 months ago)
parents 934055de50e2
children
line diff
     1.1 --- a/softether/receipt	Wed Feb 16 21:07:01 2022 +0000
     1.2 +++ b/softether/receipt	Fri Jan 12 14:14:28 2024 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/SoftEtherVPN/SoftEtherVPN/releases 2>/dev/null | \
     1.7 -	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
     1.8 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.