diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-09-14 17:58:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 17:58:15 +0700 |
commit | af439ee13de47f397e5406fcc1051916dc7d2b9d (patch) | |
tree | ded817ee286a8e1c880e9e712405b1fa9bda7464 /network/onioncat | |
parent | b39b0f03450ba37a6c7873e98281a960a3fc967c (diff) | |
download | slackbuilds-af439ee13de47f397e5406fcc1051916dc7d2b9d.tar.gz |
network/onioncat: Updated for version 0.2.2.r569.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onioncat')
-rw-r--r-- | network/onioncat/onioncat.SlackBuild | 10 | ||||
-rw-r--r-- | network/onioncat/onioncat.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/onioncat/onioncat.SlackBuild b/network/onioncat/onioncat.SlackBuild index ffa44e5bf3..29505a7578 100644 --- a/network/onioncat/onioncat.SlackBuild +++ b/network/onioncat/onioncat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onioncat -# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2013-2016 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,13 +26,13 @@ # Now maintained by Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=onioncat -VERSION=${VERSION:-0.2.2.r566} +VERSION=${VERSION:-0.2.2.r569} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/network/onioncat/onioncat.info b/network/onioncat/onioncat.info index cfa587c8cb..f8aff51dfe 100644 --- a/network/onioncat/onioncat.info +++ b/network/onioncat/onioncat.info @@ -1,8 +1,8 @@ PRGNAM="onioncat" -VERSION="0.2.2.r566" +VERSION="0.2.2.r569" HOMEPAGE="http://www.cypherpunk.at/onioncat/" -DOWNLOAD="http://www.cypherpunk.at/ocat/download/Source/0.2.2/onioncat-0.2.2.r566.tar.gz" -MD5SUM="eddd6f3d875aaf0ff4ede0650d29a5a3" +DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/stable/onioncat-0.2.2.r569.tar.gz" +MD5SUM="9e38a26947e30594c91ea870d2aa2c65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |