libraries/jreen: Updated for version 1.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thorn Inurcide 2017-01-07 13:22:01 +07:00 committed by David Spencer
parent b7cfb95103
commit 86957b91dc
2 changed files with 9 additions and 9 deletions

View File

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

View File

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