diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/calibre-bin/calibre-bin.SlackBuild | 4 | ||||
-rw-r--r-- | office/calibre-bin/calibre-bin.info | 10 |
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" |