diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2024-02-16 10:48:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:19 +0700 |
commit | ca9ec345077d56b833119269826add4eddc2bc42 (patch) | |
tree | ac497dcb51bc94eb430f429a5f8e4813a1cba846 /graphics | |
parent | 25715a2725598a7f1c01115d443e0459f9c0c7db (diff) |
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>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yacreader/README | 3 | ||||
-rw-r--r-- | graphics/yacreader/yacreader.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/yacreader/yacreader.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/graphics/yacreader/README b/graphics/yacreader/README index 60b72b7c6883f..1f06f34965353 100644 --- a/graphics/yacreader/README +++ b/graphics/yacreader/README @@ -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). diff --git a/graphics/yacreader/yacreader.SlackBuild b/graphics/yacreader/yacreader.SlackBuild index 03cfdcbe78af6..25793ae49c998 100644 --- a/graphics/yacreader/yacreader.SlackBuild +++ b/graphics/yacreader/yacreader.SlackBuild @@ -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} diff --git a/graphics/yacreader/yacreader.info b/graphics/yacreader/yacreader.info index e4fc8e9d74538..e00bfbf8930fc 100644 --- a/graphics/yacreader/yacreader.info +++ b/graphics/yacreader/yacreader.info @@ -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="" |