summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-10-14 16:05:21 +0000
committer Eric Hameleers <alien@slackware.com>2011-10-14 16:05:21 +0000
commit67f0fb4f36bd03cf905fdd20d104fd074bd804d6 (patch)
treeaa477631444e917a63fb0d235d4e60c1589183f9
parenta1cb8e699b61932ab1885b0c48f76dedf36f4300 (diff)
downloadasb-67f0fb4f36bd03cf905fdd20d104fd074bd804d6.tar.gz
asb-67f0fb4f36bd03cf905fdd20d104fd074bd804d6.tar.xz
Update to 0.8.22
-rwxr-xr-xcalibre/build/calibre.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/calibre/build/calibre.SlackBuild b/calibre/build/calibre.SlackBuild
index 46924e15..efed03bd 100755
--- a/calibre/build/calibre.SlackBuild
+++ b/calibre/build/calibre.SlackBuild
@@ -72,6 +72,8 @@
# * Add pycrypto to the internal dependencies.
# This allows you to use the instructions found at
# http://epubee.com/remove-drm-from-epub-on-adobe.html
+# 0.8.22-1: 14/oct/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh calibre.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -82,8 +84,8 @@
# Set initial variables:
PRGNAM=calibre
-VERSION=${VERSION:-0.8.21}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.8.22}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}