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:
authorAaron Bockover <aaron@abock.org>2011-02-06 15:27:27 +0300
committerAaron Bockover <aaron@abock.org>2011-02-06 15:27:27 +0300
commit7759445d819630eade6186b67eea45a379a49588 (patch)
treeeb85b479470da8619b894d2f3b3d34312e5d1210 /packages
parent187937c317c974c7fcf07f0e6265239bc0171dd4 (diff)
Update Mono to 2.8.2
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'