mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/yacreader: Updated for version 9.14.2.2402143.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25715a2725
commit
ca9ec34507
3 changed files with 8 additions and 5 deletions
|
@ -1,2 +1,5 @@
|
|||
YACReader is a comic reader and manager with support for many
|
||||
different comic files formats.
|
||||
|
||||
NOTE: The provided headless library server is not yet supported
|
||||
by this SlackBuild (but it might be in the future).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yacreader
|
||||
|
||||
# Copyright 2016-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2016-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yacreader
|
||||
VERSION=${VERSION:-9.13.1.2307166}
|
||||
VERSION=${VERSION:-9.14.2.2402143}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yacreader"
|
||||
VERSION="9.13.1.2307166"
|
||||
VERSION="9.14.2.2402143"
|
||||
HOMEPAGE="https://www.yacreader.com"
|
||||
DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.13.1/yacreader-9.13.1.2307166-src.tar.xz"
|
||||
MD5SUM="5ffa70a87e68cac82ba80131373cfc08"
|
||||
DOWNLOAD="https://github.com/YACReader/yacreader/releases/download/9.14.2/yacreader-9.14.2.2402143-src.tar.xz"
|
||||
MD5SUM="4c44baf03fa496889cdda94974d17fdc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue