diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-03-11 21:23:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:23:02 +0700 |
commit | 18aa358310cbe18af5c863b530210a4babc49a82 (patch) | |
tree | 8fc1d45d558846dfcabd653958c0c18b6a8b26a9 /graphics | |
parent | 4662583be88034eed1bf30fc2ea33e2b57264876 (diff) |
graphics/gimp-plugin-export-layers: Updated for v 3.3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild index 8717df7da792..473ccbe6d3d8 100644 --- a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild +++ b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gimp-plugin-export-layers -# Copyright 2018 - 2019 Andrew Strong, Blue Mountains, Australia. +# Copyright 2018 - 2023 Andrew Strong, Blue Mountains, Australia. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gimp-plugin-export-layers -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info index bd4d0a117fdd..6c952b7a8daa 100644 --- a/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info +++ b/graphics/gimp-plugin-export-layers/gimp-plugin-export-layers.info @@ -1,8 +1,8 @@ PRGNAM="gimp-plugin-export-layers" -VERSION="3.3.1" +VERSION="3.3.5" HOMEPAGE="https://github.com/khalim19/gimp-plugin-export-layers" -DOWNLOAD="https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.3.1/export_layers-3.3.1.zip" -MD5SUM="8ba9097000829dc5051f920231aa2e8a" +DOWNLOAD="https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.3.5/export_layers-3.3.5.zip" +MD5SUM="498840b29c0d22afc0df884eb449ab11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |