summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Alexander Verbovetsky2019-10-12 02:06:42 +0200
committer Willy Sudiarto Raharjo2019-10-12 02:06:42 +0200
commit7ff6e596dc5ddda80f1edf0bde960e59a8fdd5d5 (patch)
tree52aa8d399960c2bb7c3f0ac1f5ef456d35f79bd9 /office
parentd22a30e4e4af0bebe09a261c9442a7c14fc1c443 (diff)
downloadslackbuilds-7ff6e596dc5ddda80f1edf0bde960e59a8fdd5d5.tar.gz
office/calibre-bin: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/calibre-bin/calibre-bin.SlackBuild4
-rw-r--r--office/calibre-bin/calibre-bin.info10
2 files changed, 7 insertions, 7 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild
index ecb8947287..21ce781368 100644
--- a/office/calibre-bin/calibre-bin.SlackBuild
+++ b/office/calibre-bin/calibre-bin.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=calibre-bin
-VERSION=${VERSION:-4.0.0}
+VERSION=${VERSION:-4.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i686 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/office/calibre-bin/calibre-bin.info b/office/calibre-bin/calibre-bin.info
index 14cda464f6..6e8085f143 100644
--- a/office/calibre-bin/calibre-bin.info
+++ b/office/calibre-bin/calibre-bin.info
@@ -1,10 +1,10 @@
PRGNAM="calibre-bin"
-VERSION="4.0.0"
+VERSION="4.1.0"
HOMEPAGE="https://calibre-ebook.com"
-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"
+DOWNLOAD="https://download.calibre-ebook.com/4.1.0/calibre-4.1.0-i686.txz"
+MD5SUM="b0410fc4393cdabeffdd9f8276a98a64"
+DOWNLOAD_x86_64="https://download.calibre-ebook.com/4.1.0/calibre-4.1.0-x86_64.txz"
+MD5SUM_x86_64="acf1a2d9803f5b88cf8b96127f00d5d7"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"