summaryrefslogtreecommitdiffstats
path: root/system/pbzip2
diff options
context:
space:
mode:
author Erik Hanson2011-03-28 23:18:41 +0200
committer Erik Hanson2011-03-28 23:18:41 +0200
commitdec171218cb9524c86652cf920e7011894443418 (patch)
tree228a5eb80039ad24103f7778f36019b108ffbd20 /system/pbzip2
parenta2bfe8bb3505af4d94e5bf9a5577fd9f7af93568 (diff)
downloadslackbuilds-dec171218cb9524c86652cf920e7011894443418.tar.gz
system/pbzip2: Updated for version 1.1.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/pbzip2')
-rw-r--r--system/pbzip2/README2
-rw-r--r--system/pbzip2/pbzip2.SlackBuild2
-rw-r--r--system/pbzip2/pbzip2.info6
3 files changed, 4 insertions, 6 deletions
diff --git a/system/pbzip2/README b/system/pbzip2/README
index 0284232b97..2f2fc0919f 100644
--- a/system/pbzip2/README
+++ b/system/pbzip2/README
@@ -1,5 +1,3 @@
-Parallel BZIP2 (PBZIP2) - Data Compression Software
-
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
compressor that uses pthreads and achieves near-linear speedup on SMP
machines. The output of this version is fully compatible with bzip2 v1.0.2
diff --git a/system/pbzip2/pbzip2.SlackBuild b/system/pbzip2/pbzip2.SlackBuild
index a033790cd6..32727d9186 100644
--- a/system/pbzip2/pbzip2.SlackBuild
+++ b/system/pbzip2/pbzip2.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pbzip2
-VERSION=1.1.2
+VERSION=1.1.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/pbzip2/pbzip2.info b/system/pbzip2/pbzip2.info
index 7eac47a66c..4f785196c3 100644
--- a/system/pbzip2/pbzip2.info
+++ b/system/pbzip2/pbzip2.info
@@ -1,8 +1,8 @@
PRGNAM="pbzip2"
-VERSION="1.1.2"
+VERSION="1.1.3"
HOMEPAGE="http://compression.ca/pbzip2/"
-DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.2.tar.gz"
-MD5SUM="1661d49b4aa37729ef5dde088fcf7bea"
+DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.3.tar.gz"
+MD5SUM="beb27a8055723f5f84364182d137ed1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"