diff options
author | Mario Preksavec <mario@slackware.hr> | 2020-01-18 13:01:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:10:08 +0700 |
commit | 4f9913df98f814e8c93742c3d183bafa34e3a60b (patch) | |
tree | 2b59383221e860f07fe1fecb1f2a17fcf95a2ef5 /network | |
parent | 15ee0d7902ba7b47e4b701b2e4edf2a7cdb098cd (diff) | |
download | slackbuilds-4f9913df98f814e8c93742c3d183bafa34e3a60b.tar.gz |
network/sshpass: Updated for version 1.06.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network')
-rw-r--r-- | network/sshpass/sshpass.SlackBuild | 7 | ||||
-rw-r--r-- | network/sshpass/sshpass.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/network/sshpass/sshpass.SlackBuild b/network/sshpass/sshpass.SlackBuild index 6811febe8d..595700a06c 100644 --- a/network/sshpass/sshpass.SlackBuild +++ b/network/sshpass/sshpass.SlackBuild @@ -2,9 +2,8 @@ # Slackware build script for sshpass -# Copyright 2012 K.D.Hedger -# kdhedger@yahoo.co.uk -# +# Copyright 2012 K.D.Hedger <kdhedger@yahoo.co.uk> +# Copyright 2020 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sshpass -VERSION=${VERSION:-1.05} +VERSION=${VERSION:-1.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/sshpass/sshpass.info b/network/sshpass/sshpass.info index 85331a0fa7..5e9dddc1ea 100644 --- a/network/sshpass/sshpass.info +++ b/network/sshpass/sshpass.info @@ -1,8 +1,8 @@ PRGNAM="sshpass" -VERSION="1.05" +VERSION="1.06" HOMEPAGE="https://sourceforge.net/projects/sshpass" -DOWNLOAD="http://downloads.sourceforge.net/sshpass/sshpass-1.05.tar.gz" -MD5SUM="c52d65fdee0712af6f77eb2b60974ac7" +DOWNLOAD="http://downloads.sourceforge.net/sshpass/sshpass-1.06.tar.gz" +MD5SUM="f59695e3b9761fb51be7d795819421f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |