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:
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 a1443dc..3832db2 100644
--- a/packages/mono.py
+++ b/packages/mono.py
@@ -1,6 +1,6 @@
class MonoPackage (Package):
def __init__ (self):
- Package.__init__ (self, 'mono', '2.8',
+ Package.__init__ (self, 'mono', '2.8.2',
sources = [
'http://ftp.novell.com/pub/%{name}/sources/%{name}/%{name}-%{version}.tar.bz2',
'patches/mono-runtime-relocation.patch'