diff options
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 1633cec089..c141279b4f 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} |