diff options
author | cteg <comsublant@gmx.net> | 2011-07-12 05:21:27 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | 60614379bbdfc2c333c6b01b9fc1314a39443891 (patch) | |
tree | fcc6829d07c563504c8ccb9d73d1178f211d867b /misc/ascii/ascii.SlackBuild | |
parent | d9bfebbcebf13717cc8a90e9667ebba53ae54654 (diff) |
misc/ascii: Updated for version 3.11.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/ascii/ascii.SlackBuild')
-rw-r--r-- | misc/ascii/ascii.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ascii/ascii.SlackBuild b/misc/ascii/ascii.SlackBuild index 1633cec089fb..c141279b4f93 100644 --- a/misc/ascii/ascii.SlackBuild +++ b/misc/ascii/ascii.SlackBuild @@ -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} |