system/yash: Updated for version 2.43.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Leonard Schmidt 2016-12-10 23:14:47 +00:00 committed by Willy Sudiarto Raharjo
parent 1f4deebdf1
commit f7ea71c4f5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yash
VERSION=${VERSION:-2.41}
VERSION=${VERSION:-2.43}
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="-march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="yash"
VERSION="2.41"
VERSION="2.43"
HOMEPAGE="http://yash.osdn.jp/index.html.en"
DOWNLOAD="http://osdn.dl.sourceforge.jp/yash/64861/yash-2.41.tar.xz"
MD5SUM="58d16c5dc4169dc8405e0db32bbad392"
DOWNLOAD="http://osdn.dl.sourceforge.jp/yash/66471/yash-2.43.tar.xz"
MD5SUM="991e403f5a44ed6fa2ed7df767efe347"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""