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

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2011-08-23 21:44:52 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2011-08-23 21:44:52 +0400
commitc556fcca39f88e0900afe94dffd9ba1384fd53c0 (patch)
tree11254f313c56b0e580cc588dd80390221e15a4bb /packages
parent1a06748cc6ca89a36693d8d71e0f43298ebe6b01 (diff)
Build mono-2.10.4 instead of 2.10.2
Diffstat (limited to 'packages')
-rw-r--r--packages/mono.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/mono.py b/packages/mono.py
index 1c293d2..31be3a8 100644
--- a/packages/mono.py
+++ b/packages/mono.py
@@ -1,8 +1,8 @@
class MonoPackage (Package):
def __init__ (self):
- Package.__init__ (self, 'mono', '2.10.2',
+ Package.__init__ (self, 'mono', '2.10.4',
sources = [
- 'http://ftp.novell.com/pub/%{name}/sources/%{name}/%{name}-%{version}.tar.bz2',
+ 'http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.bz2',
'patches/mono-runtime-relocation.patch'
],
configure_flags = [