diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-03-19 19:50:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-20 20:45:18 +0700 |
commit | 76485db1a58de67250c5106a691fba89920a0f23 (patch) | |
tree | 0e3f2431248e61f60001ea76434d192461050d91 /graphics/screengrab | |
parent | ca5af480dc2e62c9fb0a7fc22b35c47434d32389 (diff) |
graphics/screengrab: Updated for version 2.3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/screengrab')
-rw-r--r-- | graphics/screengrab/screengrab.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/screengrab/screengrab.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/screengrab/screengrab.SlackBuild b/graphics/screengrab/screengrab.SlackBuild index e9357e95c40e2..74a618dcb8da6 100644 --- a/graphics/screengrab/screengrab.SlackBuild +++ b/graphics/screengrab/screengrab.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for screengrab -# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=screengrab -VERSION=${VERSION:-2.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.3.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/screengrab/screengrab.info b/graphics/screengrab/screengrab.info index 03f727edaee07..64fe7342845e8 100644 --- a/graphics/screengrab/screengrab.info +++ b/graphics/screengrab/screengrab.info @@ -1,8 +1,8 @@ PRGNAM="screengrab" -VERSION="2.1.0" +VERSION="2.3.0" HOMEPAGE="https://github.com/lxqt/screengrab" -DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.1.0/screengrab-2.1.0.tar.xz" -MD5SUM="fdde74326b8155f1e926f329c00ff86e" +DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.3.0/screengrab-2.3.0.tar.xz" +MD5SUM="464622312df4c17e1952f865f03ba5fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libqtxdg" |