diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2022-10-14 19:07:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:37 +0700 |
commit | 0db3305da18ba3ce0367e44e8bdefd4f8bef2df2 (patch) | |
tree | c8949f38d8d85349cd2f8c7719d9383cf45cae59 /network/onioncat | |
parent | 9b4c32b0f9d22ea5b3bc63c5bc20081df1aff491 (diff) |
network/onioncat: Updated for version 0.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onioncat')
-rw-r--r-- | network/onioncat/onioncat.SlackBuild | 7 | ||||
-rw-r--r-- | network/onioncat/onioncat.info | 8 | ||||
-rw-r--r-- | network/onioncat/slack-desc | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/network/onioncat/onioncat.SlackBuild b/network/onioncat/onioncat.SlackBuild index 573e94f9717ab..cf12eb951ce85 100644 --- a/network/onioncat/onioncat.SlackBuild +++ b/network/onioncat/onioncat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onioncat -# Copyright 2013-2021 Markus Reichelt, Aachen, DE +# Copyright 2013-2022 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onioncat -VERSION=${VERSION:-0.3.8} +VERSION=${VERSION:-0.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -105,8 +105,7 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/network/onioncat/onioncat.info b/network/onioncat/onioncat.info index ea846300c0d02..e4dbe8920e276 100644 --- a/network/onioncat/onioncat.info +++ b/network/onioncat/onioncat.info @@ -1,8 +1,8 @@ PRGNAM="onioncat" -VERSION="0.3.8" -HOMEPAGE="https://www.cypherpunk.at/onioncat/" -DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/0.3/onioncat-0.3.8.tar.gz" -MD5SUM="928e4bc2d2454d178d3ebddbf5a0436e" +VERSION="0.4.7" +HOMEPAGE="https://www.onioncat.org/" +DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz" +MD5SUM="5fbc5d74546717608b3eb6cf7d4671e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/onioncat/slack-desc b/network/onioncat/slack-desc index 8d2f9d9fdc7b8..20e1864969d62 100644 --- a/network/onioncat/slack-desc +++ b/network/onioncat/slack-desc @@ -15,5 +15,5 @@ onioncat: -multipoint VPN between hidden services. onioncat: onioncat: I2P is also supported. onioncat: -onioncat: Website : https://www.cypherpunk.at/onioncat/ +onioncat: Website : https://www.onioncat.org/ onioncat: |