summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2011-03-02 14:17:14 +0100
committer Niels Horn2011-03-02 14:17:14 +0100
commit88ea2d178d685b4179d9cb9f5f4e06090ca9b845 (patch)
treec1d75d30752b09d532ee0073411e77fcfe887b18
parent3482ea222fab758c67c3798c30920837aa5b5373 (diff)
downloadslackbuilds-88ea2d178d685b4179d9cb9f5f4e06090ca9b845.tar.gz
libraries/zziplib: Updated for version 0.13.60.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--libraries/zziplib/README8
-rw-r--r--libraries/zziplib/slack-desc6
-rw-r--r--libraries/zziplib/zziplib.SlackBuild2
-rw-r--r--libraries/zziplib/zziplib.info8
4 files changed, 12 insertions, 12 deletions
diff --git a/libraries/zziplib/README b/libraries/zziplib/README
index 09e253abc5..f81f5f9bc8 100644
--- a/libraries/zziplib/README
+++ b/libraries/zziplib/README
@@ -1,5 +1,5 @@
The zziplib library is intentionally lightweight, it offers the ability
-to easily extract data from files archived in a single zip file. Applications
-can bundle files into a single zip archive and access them. The implementation
-is based only on the (free) subset of compression with the zlib algorithm
-which is actually used by the zip/unzip tools.
+to easily extract data from files archived in a single zip file.
+Applications can bundle files into a single zip archive and access them.
+The implementation is based only on the (free) subset of compression with
+the zlib algorithm which is actually used by the zip/unzip tools.
diff --git a/libraries/zziplib/slack-desc b/libraries/zziplib/slack-desc
index 8bc44ff678..91151c61db 100644
--- a/libraries/zziplib/slack-desc
+++ b/libraries/zziplib/slack-desc
@@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
zziplib: zziplib (A lightweight zip library)
-zziplib:
+zziplib:
zziplib: The zziplib library is intentionally lightweight, it offers the
zziplib: ability to easily extract data from files archived in a single zip
zziplib: file. Applications can bundle files into a single zip archive and
zziplib: access them. The implementation is based only on the (free) subset
zziplib: of compression with the zlib algorithm which is actually used by the
zziplib: zip/unzip tools.
-zziplib:
+zziplib:
zziplib: Homepage: http://zziplib.sourceforge.net/zzip-index.html
-zziplib:
+zziplib:
diff --git a/libraries/zziplib/zziplib.SlackBuild b/libraries/zziplib/zziplib.SlackBuild
index 88adffaa9a..8c35cdd225 100644
--- a/libraries/zziplib/zziplib.SlackBuild
+++ b/libraries/zziplib/zziplib.SlackBuild
@@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=zziplib
-VERSION=0.13.59
+VERSION=0.13.60
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/zziplib/zziplib.info b/libraries/zziplib/zziplib.info
index 2c31966316..036d058d30 100644
--- a/libraries/zziplib/zziplib.info
+++ b/libraries/zziplib/zziplib.info
@@ -1,10 +1,10 @@
PRGNAM="zziplib"
-VERSION="0.13.59"
+VERSION="0.13.60"
HOMEPAGE="http://zziplib.sourceforge.net/zzip-index.html"
-DOWNLOAD="http://downloads.sourceforge.net/zziplib/zziplib-0.13.59.tar.bz2"
-MD5SUM="14b5a6fc229afe9916d48358479568d3"
+DOWNLOAD="http://downloads.sourceforge.net/zziplib/zziplib-0.13.60.tar.bz2"
+MD5SUM="54a6aa53262483a4d54f7c59f0a7258b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="dsomero"
+APPROVED="dsomero,Niels Horn"