diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-10-05 06:30:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:30:30 +0700 |
commit | e06e2b86fe7c549d5bcf802309f67bc987e833a0 (patch) | |
tree | c05c8f5677cfc733150e6da253d4b271a1ad6e42 | |
parent | 63827d48986793bf3e6addf3d1cd3473507e0e32 (diff) | |
download | slackbuilds-e06e2b86fe7c549d5bcf802309f67bc987e833a0.tar.gz |
office/calibre-bin: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 2 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild index 118f775518..ecb8947287 100644 --- a/office/calibre-bin/calibre-bin.SlackBuild +++ b/office/calibre-bin/calibre-bin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=calibre-bin -VERSION=${VERSION:-3.48.0} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index e93df95874..14cda464f6 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="3.48.0" +VERSION="4.0.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/3.48.0/calibre-3.48.0-i686.txz" -MD5SUM="8da10325efeb63383f4232153f700ce4" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/3.48.0/calibre-3.48.0-x86_64.txz" -MD5SUM_x86_64="332a47e764d5fcba2d26a5e35a6df96c" +DOWNLOAD="https://download.calibre-ebook.com/4.0.0/calibre-4.0.0-i686.txz" +MD5SUM="dface880527f4ef60ccbfa9735e3be32" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.0.0/calibre-4.0.0-x86_64.txz" +MD5SUM_x86_64="b626642b273fa50964debb3e961b9eef" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |