mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
graphics/ueberzugpp: Updated for version 2.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a3de14b2e5
commit
d84ca1b73d
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ueberzugpp
|
||||
VERSION=${VERSION:-2.9.1}
|
||||
VERSION=${VERSION:-2.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ueberzugpp"
|
||||
VERSION="2.9.1"
|
||||
VERSION="2.9.2"
|
||||
HOMEPAGE="https://github.com/jstkdng/ueberzugpp"
|
||||
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.1/ueberzugpp-2.9.1.tar.gz"
|
||||
MD5SUM="c38dc53f5fb09eea1624bb461a685d17"
|
||||
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.2/ueberzugpp-2.9.2.tar.gz"
|
||||
MD5SUM="2b864c5180ed93f2e3f1aec5558918c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="CLI11 chafa fmt libsixel microsoft-gsl nlohmann_json oneTBB spdlog vips"
|
||||
|
|
Loading…
Reference in a new issue