From: Martin Janitschke Date: Mon, 2 Jul 2007 10:59:50 +0000 (+0000) Subject: change version of apr to 1.2.9 (they removed the sources for 1.2.8 from the server... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4d7599b4626bfe601f6cd66f509e7104c97df3e5;p=openwrt%2Fsvn-archive%2Farchive.git change version of apr to 1.2.9 (they removed the sources for 1.2.8 from the server), closes #2011 SVN-Revision: 7849 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 2663f8612d..f17b192614 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apr -PKG_VERSION:=1.2.8 +PKG_VERSION:=1.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://apache.d-s-s-p.de/apr/ -PKG_MD5SUM:=814f19528d9cfc79aef188dd752e04d8 +PKG_MD5SUM:=6f4b063ac01a54ba0818c31280f06959 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)