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:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-01 23:03:18 +0300
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-01 23:03:18 +0300
commit92dc4352bc65cf86d8ad9e95c9bcdb0868809d50 (patch)
tree545f8af1385a5b5ec5d6886da1feffdc841527c1 /packages
parenta3e0f16d52eeb93a627e15c0fd71b45188ad67f7 (diff)
Update mono package to 2.10.1
Diffstat (limited to 'packages')
-rw-r--r--packages/mono.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mono.py b/packages/mono.py
index 2808546..83ee2da 100644
--- a/packages/mono.py
+++ b/packages/mono.py
@@ -1,6 +1,6 @@
class MonoPackage (Package):
def __init__ (self):
- Package.__init__ (self, 'mono', '2.10',
+ Package.__init__ (self, 'mono', '2.10.1',
sources = [
'http://ftp.novell.com/pub/%{name}/sources/%{name}/%{name}-%{version}.tar.bz2',
'patches/mono-runtime-relocation.patch'