summaryrefslogtreecommitdiff
path: root/core/zlib
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-03 00:51:22 -0700
committerroot <root@rshg054.dnsready.net>2013-05-03 00:51:22 -0700
commit32b069e79cb891e99962cbac53e2950c11ea403f (patch)
treeccb58e89ee57f636178752583b6f107d0bd36a91 /core/zlib
parent8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (diff)
Fri May 3 00:51:21 PDT 2013
Diffstat (limited to 'core/zlib')
-rw-r--r--core/zlib/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/zlib/PKGBUILD b/core/zlib/PKGBUILD
index e9a9866a7..821d2e5df 100644
--- a/core/zlib/PKGBUILD
+++ b/core/zlib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 158552 2012-05-04 22:14:53Z pierre $
+# $Id: PKGBUILD 184034 2013-05-02 08:15:23Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=zlib
-pkgver=1.2.7
+pkgver=1.2.8
pkgrel=1
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('custom')
url="http://www.zlib.net/"
depends=('glibc')
source=("http://zlib.net/current/zlib-${pkgver}.tar.gz")
-md5sums=('60df6a37c56e7c1366cca812414f7b85')
+md5sums=('44d667c142d7cda120332623eab69f40')
build() {
cd ${srcdir}/zlib-$pkgver