Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2015-09-10 19:10:09 +0300
committerJo Shields <jo.shields@xamarin.com>2015-09-24 16:38:55 +0300
commit3f2355445d598a6aa91fc7f068965aec9fd49f54 (patch)
tree4b04d1ffa1db47fa4e20d40b84460c9c27f8749a /Makefile.am
parentd1f9373441e797185d8088d911cea5717282f0d9 (diff)
Move monolite URL to mono-project.com CDN, not Boston NAS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 19f0cfbd799..330f8d00ce5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ DISTCLEANFILES= mono-uninstalled.pc
mcslib = $(mcs_topdir)/class/lib
monolite = $(mcslib)/monolite
mono_corlib_version = $(shell sed -n "s/\#define MONO_CORLIB_VERSION //p" $(srcdir)/mono/metadata/appdomain.c)
-monolite_url = http://storage.bos.xamarin.com/mono-dist-master/latest/monolite-$(mono_corlib_version)-latest.tar.gz
+monolite_url = http://download.mono-project.com/monolite/monolite-$(mono_corlib_version)-latest.tar.gz
.PHONY: get-monolite-latest
get-monolite-latest:
-rm -fr $(mcslib)/monolite-*