From a87927ed1aa93fb0c34563e8c9f82b835870ad04 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Tue, 26 Jan 2016 12:23:18 +0100 Subject: [PATCH] pkg tlsf: change URL for upstream TLSF archive --- pkg/tlsf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tlsf/Makefile b/pkg/tlsf/Makefile index 8d245cb5f9..055df5a7c2 100644 --- a/pkg/tlsf/Makefile +++ b/pkg/tlsf/Makefile @@ -1,7 +1,7 @@ PKG_NAME = tlsf PKG_VERSION = 3.0 PKG_FILE = tlsf-$(PKG_VERSION).zip -PKG_URL = http://tlsf.baisoku.org/$(PKG_FILE) +PKG_URL = http://download.riot-os.org/$(PKG_FILE) .PHONY: all clean distclean