graphics/screengrab: Updated for version 2.6.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-04-18 20:33:04 -07:00 committed by Willy Sudiarto Raharjo
parent 1b070fd43d
commit 60c80e966b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=screengrab
VERSION=${VERSION:-2.5.0}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="screengrab"
VERSION="2.5.0"
VERSION="2.6.0"
HOMEPAGE="https://github.com/lxqt/screengrab"
DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.5.0/screengrab-2.5.0.tar.xz"
MD5SUM="110630b5ab5819eda69c5b115493f365"
DOWNLOAD="https://github.com/lxqt/screengrab/releases/download/2.6.0/screengrab-2.6.0.tar.xz"
MD5SUM="628db4fd51b27bb8076da7e73e72de89"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libqtxdg"