diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-09 09:46:56 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-09 23:08:43 -0500 |
commit | 339f304db3aab75dbe2dc544058bed3657f0b9b9 (patch) | |
tree | ba0f2b28c71f938d18e1e2605badfcb960508f22 /network/putty | |
parent | f69d465d657db45557fcbe9e053e6775a338175c (diff) |
network/putty: Updated for version 0.75.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/putty.SlackBuild | 2 | ||||
-rw-r--r-- | network/putty/putty.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index 7dd7874f0ba8..6e71b8b8dc32 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -31,7 +31,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=putty -VERSION=${VERSION:-0.74} +VERSION=${VERSION:-0.75} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/putty/putty.info b/network/putty/putty.info index eb828e591ad8..49b122abefa2 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.74" +VERSION="0.75" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.74.tar.gz" -MD5SUM="dbfa58f22a91b22b7489173e9dd09e30" +DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.75.tar.gz" +MD5SUM="fae57a9ab209f303cc9e9f83eecaa27c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |