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/bitlib | |
parent | 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (diff) |
Change source URLs to local mirror
Diffstat (limited to 'contrib/package/bitlib')
-rw-r--r-- | contrib/package/bitlib/Makefile | 3 |
1 files changed, 2 insertions, 1 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) |