diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-09 23:29:28 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-09 23:29:28 +0000 |
commit | 5f4f91b36a3c75559b54abf9d33853b06b6e4a93 (patch) | |
tree | c0883e6bd21c62ced71c10e3d4908ff7b36eb1a1 /package/zlib/Makefile | |
parent | 50cc32845f48722d17d1dafb9b2b8579dbbf4e49 (diff) | |
download | upstream-5f4f91b36a3c75559b54abf9d33853b06b6e4a93.tar.gz upstream-5f4f91b36a3c75559b54abf9d33853b06b6e4a93.tar.bz2 upstream-5f4f91b36a3c75559b54abf9d33853b06b6e4a93.zip |
[package] zlib: update to 1.2.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zlib/Makefile')
-rw-r--r-- | package/zlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index ecbfcd0847..ffa98813be 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zlib -PKG_VERSION:=1.2.5 +PKG_VERSION:=1.2.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.zlib.net @SF/libpng -PKG_MD5SUM:=be1e89810e66150f5b0327984d8625a0 +PKG_MD5SUM:=2ab442d169156f34c379c968f3f482dd include $(INCLUDE_DIR)/package.mk |