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:
-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 = [