wok diff sshpass/receipt @ rev 25459

cookutils: rework umount_aufs()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 27 16:54:01 2022 +0000 (21 months ago)
parents 241fb98cab1c
children 69e1e705f038
line diff
     1.1 --- a/sshpass/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/sshpass/receipt	Tue Sep 27 16:54:01 2022 +0000
     1.3 @@ -6,13 +6,14 @@
     1.4  SHORT_DESC="Non-interactive ssh password authentication."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="https://sourceforge.net/projects/sshpass/"
     1.8 +WEB_SITE="https://sourceforge.net/projects/sshpass"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13  SUGGESTED="openssh"
    1.14  
    1.15 +# What is the latest version available today?
    1.16  current_version()
    1.17  {
    1.18  	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \