summaryrefslogtreecommitdiffstats
path: root/libraries/jreen
diff options
context:
space:
mode:
author Thorn Inurcide2017-01-07 07:22:01 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit86957b91dcb26a003450d494204b67d1bca05624 (patch)
tree413eea533b19b500238c938e6cf4ad78dc154380 /libraries/jreen
parentb7cfb951031e4bf57b2fcd430c64224df0652711 (diff)
downloadslackbuilds-86957b91dcb26a003450d494204b67d1bca05624.tar.gz
libraries/jreen: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jreen')
-rw-r--r--libraries/jreen/jreen.SlackBuild10
-rw-r--r--libraries/jreen/jreen.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/jreen/jreen.SlackBuild b/libraries/jreen/jreen.SlackBuild
index 5d360a1879..1a1c4c4b67 100644
--- a/libraries/jreen/jreen.SlackBuild
+++ b/libraries/jreen/jreen.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jreen
-# Copyright 2015 Thorn Inurcide thorn-inurcide@yandex.com USA
+# Copyright 2015-2017 Thorn Inurcide thorn_inurcide@zoho.com USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,13 +24,13 @@
PRGNAM=jreen
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.0}
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
@@ -41,8 +41,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/libraries/jreen/jreen.info b/libraries/jreen/jreen.info
index 4788c8de58..f15a8d90a0 100644
--- a/libraries/jreen/jreen.info
+++ b/libraries/jreen/jreen.info
@@ -1,10 +1,10 @@
PRGNAM="jreen"
-VERSION="1.2.1"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/euroelessar/jreen"
-DOWNLOAD="https://github.com/euroelessar/jreen/archive/v1.2.1.tar.gz"
-MD5SUM="1a3efb4fd236b0abc97c885347cb2ee7"
+DOWNLOAD="https://github.com/euroelessar/jreen/archive/v1.3.0.tar.gz"
+MD5SUM="344d1d0b9b76ce64744c6d915ed125fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgsasl"
MAINTAINER="Thorn Inurcide"
-EMAIL="thorn-inurcide@yandex.com"
+EMAIL="thorn_inurcide@zoho.com"