summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
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
commit76485db1a58de67250c5106a691fba89920a0f23 (patch)
tree0e3f2431248e61f60001ea76434d192461050d91 /graphics
parentca5af480dc2e62c9fb0a7fc22b35c47434d32389 (diff)
downloadslackbuilds-76485db1a58de67250c5106a691fba89920a0f23.tar.gz
slackbuilds-76485db1a58de67250c5106a691fba89920a0f23.tar.xz
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')
-rw-r--r--graphics/screengrab/screengrab.SlackBuild6
-rw-r--r--graphics/screengrab/screengrab.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/screengrab/screengrab.SlackBuild b/graphics/screengrab/screengrab.SlackBuild
index e9357e95c4..74a618dcb8 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 03f727edae..64fe734284 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"