wok diff openssh-pam/receipt @ rev 23441

updated poptop (1.3.4 -> 1.4.0)
author Hans-G?nter Theisgen
date Thu Apr 02 13:53:28 2020 +0100 (2020-04-02)
parents f18534b5699c
children e04fb802c121
line diff
     1.1 --- a/openssh-pam/receipt	Sat Jan 18 18:26:14 2020 +0100
     1.2 +++ b/openssh-pam/receipt	Thu Apr 02 13:53:28 2020 +0100
     1.3 @@ -19,6 +19,12 @@
     1.4  SUGGESTED="gtk+"
     1.5  TAZPANEL_DAEMON="man::sshd|edit::/etc/ssh/sshd_config|options::OPENSSH_OPTIONS|web::$WEB_SITE"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    1.10 +	sed '/tar..z"/!d;s|.*ssh-\(.*\).tar..z".*|\1|' | tail -n1
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {