mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
1b070fd43d
commit
60c80e966b
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue