diff options
-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 573e94f971..cf12eb951c 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 ea846300c0..e4dbe8920e 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 8d2f9d9fdc..20e1864969 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: |