diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2023-05-19 23:51:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:15 +0700 |
commit | 7720f8d61e9699cf1c0c7dbc2f3d92d030c4121a (patch) | |
tree | b626baf8eedd57c681b2f3b5f06fe0e9b9eb7809 /network/onioncat | |
parent | 602d79166f257574c99ad0397eb1c0635c14e472 (diff) |
network/onioncat: Updated for version 4.11.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onioncat')
-rw-r--r-- | network/onioncat/onioncat.SlackBuild | 6 | ||||
-rw-r--r-- | network/onioncat/onioncat.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/onioncat/onioncat.SlackBuild b/network/onioncat/onioncat.SlackBuild index cf12eb951ce85..cfa73b33006d5 100644 --- a/network/onioncat/onioncat.SlackBuild +++ b/network/onioncat/onioncat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onioncat -# Copyright 2013-2022 Markus Reichelt, Aachen, DE +# Copyright 2013-2023 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.4.7} +VERSION=${VERSION:-4.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -109,7 +109,7 @@ gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS TODO \ + AUTHORS COPYING ChangeLog NEWS TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/onioncat/onioncat.info b/network/onioncat/onioncat.info index e4dbe8920e276..1372a96b276a4 100644 --- a/network/onioncat/onioncat.info +++ b/network/onioncat/onioncat.info @@ -1,8 +1,8 @@ PRGNAM="onioncat" -VERSION="0.4.7" +VERSION="4.11.0" HOMEPAGE="https://www.onioncat.org/" -DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz" -MD5SUM="5fbc5d74546717608b3eb6cf7d4671e6" +DOWNLOAD="https://github.com/rahra/onioncat/releases/download/v4.11.0/onioncat-4.11.0.tar.gz" +MD5SUM="8c12109c84aac6d0e1ee3bcc89c7b084" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |