wok diff openssh-pam/receipt @ rev 22829

nqc obfsproxy shiki-colors* trickle vmware-view-open-client: normalize $VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 08 11:00:21 2020 +0100 (2020-02-08)
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	Sat Feb 08 11:00:21 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  {