misc/ascii: Updated for version 3.11.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
cteg 2011-07-12 05:21:27 -04:00 committed by Niels Horn
parent d9bfebbceb
commit 60614379bb
2 changed files with 7 additions and 7 deletions

View file

@ -8,9 +8,9 @@
# Written by cteg <comsublant@gmx.net>
PRGNAM=ascii
VERSION=${VERSION:-3.8}
VERSION=${VERSION:-3.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@ -23,7 +23,7 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

View file

@ -1,10 +1,10 @@
PRGNAM="ascii"
VERSION="3.8"
VERSION="3.11"
HOMEPAGE="http://www.catb.org/~esr/ascii/"
DOWNLOAD="http://www.catb.org/~esr/ascii/ascii-3.8.tar.gz"
MD5SUM="8fb7540bf2a7a8e1fa0086708ed9b881"
DOWNLOAD="http://www.catb.org/~esr/ascii/ascii-3.11.tar.gz"
MD5SUM="ba8a9392f8aa8c6b7a52923fba870579"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="cteg"
EMAIL="comsublant@gmx.net"
APPROVED="rworkman"
APPROVED="dsomero"