diff options
author | Steven Barth <steven@midlink.org> | 2008-09-19 14:44:04 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-19 14:44:04 +0000 |
commit | 2d3f2a9eaa33b49b0592ea5e60f0137372b22d48 (patch) | |
tree | 6408d6dbaf7aa0fbaca4e951a8571007ce951c5f /contrib/package | |
parent | 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (diff) |
Change source URLs to local mirror
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/bitlib/Makefile | 3 | ||||
-rw-r--r-- | contrib/package/luaposix/Makefile | 3 | ||||
-rw-r--r-- | contrib/package/luasocket/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/contrib/package/bitlib/Makefile b/contrib/package/bitlib/Makefile index 5c811a21a..9213ed5f6 100644 --- a/contrib/package/bitlib/Makefile +++ b/contrib/package/bitlib/Makefile @@ -12,7 +12,8 @@ PKG_VERSION:=25 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3065 +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/3065 PKG_MD5SUM:=18f124c80c685f2269296a7172e600fe PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/contrib/package/luaposix/Makefile b/contrib/package/luaposix/Makefile index bcbd40186..348fe23f7 100644 --- a/contrib/package/luaposix/Makefile +++ b/contrib/package/luaposix/Makefile @@ -12,7 +12,8 @@ PKG_VERSION:=5.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/3449 +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/3449 PKG_MD5SUM:=4271f321c39d0560d9fbe6ca882a67aa PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/contrib/package/luasocket/Makefile b/contrib/package/luasocket/Makefile index 65538d18d..254385a2b 100644 --- a/contrib/package/luasocket/Makefile +++ b/contrib/package/luasocket/Makefile @@ -5,7 +5,8 @@ PKG_VERSION:=2.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://luaforge.net/frs/download.php/2664/ +PKG_SOURCE_URL:=http://dev.luci.freifunk-halle.net/sources/\ + http://luaforge.net/frs/download.php/2664/ PKG_MD5SUM:=41445b138deb7bcfe97bff957503da8e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |