From a7d6da1e7d8b565890fb1fda37b157310ea8fef1 Mon Sep 17 00:00:00 2001 From: Matt Way Date: Tue, 13 May 2014 10:29:30 -0400 Subject: [PATCH] Update mono-mre to 3.4.0 --- Casks/mono-mre.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/mono-mre.rb b/Casks/mono-mre.rb index 6bfd8b1a7fe..bd6e650528e 100644 --- a/Casks/mono-mre.rb +++ b/Casks/mono-mre.rb @@ -1,8 +1,8 @@ class MonoMre < Cask - url 'http://download.mono-project.com/archive/3.2.4/macos-10-x86/MonoFramework-MRE-3.2.4.macos10.xamarin.x86.pkg' + url 'http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MRE-3.4.0.macos10.xamarin.x86.pkg' homepage 'http://mono-project.com' - version '3.2.4' - sha256 'e817be83621ae16e8ccf2a68fbfc437d682f3ff07540f81513608652ee40070e' - install 'MonoFramework-MRE-3.2.4.macos10.xamarin.x86.pkg' + version '3.4.0' + sha256 '3f4b805513c564e551e42d7043f783d29e7580617fda8ee974f6841c8b358c91' + install 'MonoFramework-MRE-3.4.0.macos10.xamarin.x86.pkg' uninstall :pkgutil => 'com.xamarin.mono-MRE.pkg' end