summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-03-31 07:44:49 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 06:56:42 +0700
commit0b1f2055ab8b89b4e93dd7926a9d604c3eb92e76 (patch)
tree4ff5cc85992401530bf1c748b19d987e868471bd /network
parent45436766353c60486cd86d8026860ec24777804f (diff)
downloadslackbuilds-0b1f2055ab8b89b4e93dd7926a9d604c3eb92e76.tar.gz
slackbuilds-0b1f2055ab8b89b4e93dd7926a9d604c3eb92e76.tar.xz
network/tornado: Updated for version 4.4.3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network')
-rw-r--r--network/tornado/tornado.SlackBuild8
-rw-r--r--network/tornado/tornado.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/network/tornado/tornado.SlackBuild b/network/tornado/tornado.SlackBuild
index f0d9d2b13d..6feca76a46 100644
--- a/network/tornado/tornado.SlackBuild
+++ b/network/tornado/tornado.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tornado
-VERSION=${VERSION:-4.4.2}
+VERSION=${VERSION:-4.4.3}
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
@@ -40,8 +40,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/tornado/tornado.info b/network/tornado/tornado.info
index 487c0fc234..263402ec1a 100644
--- a/network/tornado/tornado.info
+++ b/network/tornado/tornado.info
@@ -1,8 +1,8 @@
PRGNAM="tornado"
-VERSION="4.4.2"
+VERSION="4.4.3"
HOMEPAGE="http://www.tornadoweb.org"
-DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.4.2/tornado-4.4.2.tar.gz"
-MD5SUM="cecd70dc9a8ad91dd4986bee01e00aa3"
+DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.4.3/tornado-4.4.3.tar.gz"
+MD5SUM="6533d7d00fd60ec0682d83888996cf43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-abc backports-ssl-match-hostname"