wok diff sshguard/receipt @ rev 25725

added recipe for xfce4-notifyd-lang
author Hans-G?nter Theisgen
date Sat Aug 17 17:12:02 2024 +0100 (3 months ago)
parents 51ef9f5adf6d
children
line diff
     1.1 --- a/sshguard/receipt	Sat Jan 15 16:22:40 2022 +0000
     1.2 +++ b/sshguard/receipt	Sat Aug 17 17:12:02 2024 +0100
     1.3 @@ -15,10 +15,11 @@
     1.4  DEPENDS="iptables"
     1.5  BUILD_DEPENDS=""
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://bitbucket.org/sshguard/sshguard/downloads/?tab=tags 2>/dev/null | \
    1.11 -	sed '/tar..z/!d;s|.*/v||;s|.tar.*||;q'
    1.12 +	sed '/td class="name"/!d;s|.*v||;s|<.*||;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.