diff options
-rw-r--r-- | office/ishmael/README | 1 | ||||
-rw-r--r-- | office/ishmael/ishmael.SlackBuild | 2 | ||||
-rw-r--r-- | office/ishmael/ishmael.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/office/ishmael/README b/office/ishmael/README index 42960df369..50831e4597 100644 --- a/office/ishmael/README +++ b/office/ishmael/README @@ -8,6 +8,7 @@ be able to dump metadata, images, and more. ishmael currently supports the following ebook formats: - EPUB - MOBI +- KF8/AZW3 - AZW - HTML/XHTML - PDF diff --git a/office/ishmael/ishmael.SlackBuild b/office/ishmael/ishmael.SlackBuild index 585ce084a7..ade22ce2a1 100644 --- a/office/ishmael/ishmael.SlackBuild +++ b/office/ishmael/ishmael.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ishmael -VERSION=${VERSION:-1.02} +VERSION=${VERSION:-1.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/ishmael/ishmael.info b/office/ishmael/ishmael.info index 50547fb495..41d040086b 100644 --- a/office/ishmael/ishmael.info +++ b/office/ishmael/ishmael.info @@ -1,8 +1,8 @@ PRGNAM="ishmael" -VERSION="1.02" +VERSION="1.03" HOMEPAGE="https://codeberg.org/1-1sam/ishmael" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SA/SAMYOUNG/EBook-Ishmael-1.02.tar.gz" -MD5SUM="f0783c759dcf4638af3f15d2051f26c6" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SA/SAMYOUNG/EBook-Ishmael-1.03.tar.gz" +MD5SUM="a21ef64582054391b63ff0a9cd3717bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Archive-Zip perl-File-Which perl-JSON perl-xml-libxml" |