network/onioncat: Updated for version 0.2.2.r569.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2016-09-14 17:58:15 +07:00 committed by Willy Sudiarto Raharjo
parent b39b0f0345
commit af439ee13d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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=""