diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-04 12:24:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-04 12:24:08 +0700 |
commit | dedcc2a773b683b0d78bfaf96a558ed9cac7e2a7 (patch) | |
tree | 04540c300882b4a07f3b1e6d8b92b3847737d9bb /graphics/converseen/converseen.SlackBuild | |
parent | c5465dab75703021cf8b06c0571ce45af3a3f1c0 (diff) |
graphics/converseen: Updated for version 0.9.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/converseen/converseen.SlackBuild')
-rw-r--r-- | graphics/converseen/converseen.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/converseen/converseen.SlackBuild b/graphics/converseen/converseen.SlackBuild index 376d967f4c566..97f2052f53762 100644 --- a/graphics/converseen/converseen.SlackBuild +++ b/graphics/converseen/converseen.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=converseen -VERSION=${VERSION:-0.9.9.5} +VERSION=${VERSION:-0.9.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |