diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:10:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 17:10:07 +0700 |
commit | 26e2d6b251ff1cbddeada0f77d29cb717f0e565a (patch) | |
tree | 56395a9fc13b81f2d139a3b35b71dbf753d5026e | |
parent | a056ae567fa5e750b45daf0f065c0a055640f167 (diff) |
system/gimp-help: Updated for version 2.10.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/gimp-help/gimp-help.SlackBuild | 7 | ||||
-rw-r--r-- | system/gimp-help/gimp-help.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/gimp-help/gimp-help.SlackBuild b/system/gimp-help/gimp-help.SlackBuild index 10630816e27a..c135bb22cdc1 100644 --- a/system/gimp-help/gimp-help.SlackBuild +++ b/system/gimp-help/gimp-help.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for gimp-help -# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -22,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gimp-help -VERSION=${VERSION:-2.10.0} +VERSION=${VERSION:-2.10.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -35,9 +35,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 diff --git a/system/gimp-help/gimp-help.info b/system/gimp-help/gimp-help.info index 9fc1f19b6b4a..7e9a7fc69e3c 100644 --- a/system/gimp-help/gimp-help.info +++ b/system/gimp-help/gimp-help.info @@ -1,8 +1,8 @@ PRGNAM="gimp-help" -VERSION="2.10.0" +VERSION="2.10.34" HOMEPAGE="https://www.gimp.org/" -DOWNLOAD="https://download.gimp.org/pub/gimp/help/gimp-help-2.10.0.tar.bz2" -MD5SUM="5eed00ad53c9b9b1669e0936f74f20f9" +DOWNLOAD="https://download.gimp.org/pub/gimp/help/gimp-help-2.10.34.tar.bz2" +MD5SUM="5e393d61c802e73ffe6c550759ed0853" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |