misc/dcc: Updated for version 1.3.158.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Christopher Walker 2017-01-17 09:39:02 +00:00 committed by Willy Sudiarto Raharjo
parent 31cbbff387
commit 7e6895f842
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 dcc
# Copyright 2013 Christopher Walker Copperas Cove, TX
# Copyright 2013-2017 Christopher Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dcc
VERSION=${VERSION:-1.3.152}
VERSION=${VERSION:-1.3.158}
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
@ -42,8 +42,8 @@ OUTPUT=${OUTPUT:-/tmp}
DCCUID=${DCCUID:-root}
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="dcc"
VERSION="1.3.152"
VERSION="1.3.158"
HOMEPAGE="http://www.rhyolite.com/dcc/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/dcc.tar.Z"
MD5SUM="a8e7a7593d27655a10306a10c728e85f"
DOWNLOAD="https://www.dcc-servers.net/dcc/source/dcc.tar.Z"
MD5SUM="bbdea80e544ade4f8a04081fa68f9e8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""