diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-09 14:24:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:10 +0700 |
commit | 594c9261f8e7bf88aee152f8dc18940c7b04230e (patch) | |
tree | 8a0409d8e30daca2513e5aec61b020cf61e78b35 /graphics/gifsicle/gifsicle.SlackBuild | |
parent | 8fb8f20e48827e8d4bcde7a546c158b2dee7ea77 (diff) |
graphics/gifsicle: Updated for version 1.93.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/gifsicle/gifsicle.SlackBuild')
-rw-r--r-- | graphics/gifsicle/gifsicle.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild index 8b1f0d2383925..4f8e459bf6f06 100644 --- a/graphics/gifsicle/gifsicle.SlackBuild +++ b/graphics/gifsicle/gifsicle.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gifsicle -VERSION=${VERSION:-1.92} +VERSION=${VERSION:-1.93} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -22,9 +22,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 |