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/bitlib/Makefile | |
parent | 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (diff) |
Change source URLs to local mirror
Diffstat (limited to 'contrib/bitlib/Makefile')
-rw-r--r-- | contrib/bitlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bitlib/Makefile b/contrib/bitlib/Makefile index a95da2374a..ea08c973bb 100644 --- a/contrib/bitlib/Makefile +++ b/contrib/bitlib/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk BITLIB_VERSION = 25 -BITLIB_SITE = http://luaforge.net/frs/download.php/3065/ +BITLIB_SITE = http://dev.luci.freifunk-halle.net/sources/ BITLIB_DIR = bitlib-$(BITLIB_VERSION) BITLIB_FILE = $(BITLIB_DIR).tar.gz BITLIB_URL = $(BITLIB_SITE)/$(BITLIB_FILE) |