diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-10-08 20:11:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:43 +0700 |
commit | b152f897ed029772216c8cbfc1993bd729e360e4 (patch) | |
tree | 32dc0ff9ced830ec49017ef888b4370fc70bdf1e /office | |
parent | e9bd7056e97bb0ffa9338ec0641abe754d497b45 (diff) |
office/calibre-bin: Updated for version 5.2.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-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 50454a58d677..889668c4d280 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:-5.1.0} +VERSION=${VERSION:-5.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info index 8090d150de6d..17d0c0d29ceb 100644 --- a/office/calibre-bin/calibre-bin.info +++ b/office/calibre-bin/calibre-bin.info @@ -1,10 +1,10 @@ PRGNAM="calibre-bin" -VERSION="5.1.0" +VERSION="5.2.0" HOMEPAGE="https://calibre-ebook.com" -DOWNLOAD="https://download.calibre-ebook.com/5.1.0/calibre-5.1.0-i686.txz" -MD5SUM="423b5d872c172d06e3aad9e9ee4c008b" -DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.1.0/calibre-5.1.0-x86_64.txz" -MD5SUM_x86_64="4ddb63c8df48d982843e79ddec705553" +DOWNLOAD="https://download.calibre-ebook.com/5.2.0/calibre-5.2.0-i686.txz" +MD5SUM="3c97656e38785f7b4acb1f75483746f4" +DOWNLOAD_x86_64="https://download.calibre-ebook.com/5.2.0/calibre-5.2.0-x86_64.txz" +MD5SUM_x86_64="7e04e7eda84d842b44576af985110d46" REQUIRES="libxkbcommon" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |