From 976f428960ac48b5d14049adcc5436f3336fbdda Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 5 Sep 2005 13:11:08 +0000 Subject: [PATCH] fix download urls SVN-Revision: 1851 --- openwrt/package/asterisk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index f88b796c55..8be4c11936 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=1.0.9 PKG_RELEASE:=1 PKG_MD5SUM:=0d7f1c680ae53a739f26a069ef8b580a -PKG_SOURCE_URL:=http://www.asterisk.org/html/downloads ftp://ftp.asterisk.org/pub/asterisk +PKG_SOURCE_URL:=http://ftp.digium.com/pub/asterisk/ ftp://ftp.digium.com/pub/asterisk/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=zcat -- 2.25.1