diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-19 21:52:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-19 22:14:02 +0700 |
commit | cc193cbdb40fbc6ac92d5bdc189596ebb5604297 (patch) | |
tree | c08cd1ac039cf3b3f2feee2ba2ff1ea11dfe2fd9 /network/putty | |
parent | 7f5904170c82c14d6c2fea551af1315885e916c7 (diff) |
gis/pgrouting: Updated for version 3.6.2.
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 24d9679fb9d75..d1b9e16dcaaf5 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=putty -VERSION=${VERSION:-0.80} +VERSION=${VERSION:-0.81} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/putty/putty.info b/network/putty/putty.info index 1e3cfc70fa362..2d491d8ea4b16 100644 --- a/network/putty/putty.info +++ b/network/putty/putty.info @@ -1,8 +1,8 @@ PRGNAM="putty" -VERSION="0.80" +VERSION="0.81" HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" -DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.80.tar.gz" -MD5SUM="faa7065c01e7fb22c970c4b114128210" +DOWNLOAD="https://the.earth.li/~sgtatham/putty/latest/putty-0.81.tar.gz" +MD5SUM="351ef5e546091003a10b309455659ec4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |