diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-28 02:23:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-29 08:15:34 +0700 |
commit | 80acaea82a371079caf9bf16b1ce289630d29907 (patch) | |
tree | 0ff24829468b96a0a3748aefa4d301a735b9275b | |
parent | b5f8268627f757368a5d7c175a262f6120699609 (diff) |
graphics/gifsicle: Updated for version 1.96.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/gifsicle/gifsicle.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/gifsicle/gifsicle.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild index b33eb323f6..f0e78dc2d4 100644 --- a/graphics/gifsicle/gifsicle.SlackBuild +++ b/graphics/gifsicle/gifsicle.SlackBuild @@ -6,12 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250328 bkw: update for v1.96. # 20240315 bkw: update for v1.95. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gifsicle -VERSION=${VERSION:-1.95} +VERSION=${VERSION:-1.96} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/gifsicle/gifsicle.info b/graphics/gifsicle/gifsicle.info index 6bacd6cb07..06d5178a7b 100644 --- a/graphics/gifsicle/gifsicle.info +++ b/graphics/gifsicle/gifsicle.info @@ -1,8 +1,8 @@ PRGNAM="gifsicle" -VERSION="1.95" +VERSION="1.96" HOMEPAGE="https://www.lcdf.org/gifsicle/" -DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.95/gifsicle-1.95.tar.gz" -MD5SUM="0829444e48d58b6c0c6c6a33f5d087e1" +DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.96/gifsicle-1.96.tar.gz" +MD5SUM="00c1f5117a7a075d464035e12d00134c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |