aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mu.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb
index 144c6d0e0..16c7ae0dc 100644
--- a/Library/Formula/mu.rb
+++ b/Library/Formula/mu.rb
@@ -1,9 +1,15 @@
require 'formula'
class Mu < Formula
- url 'http://mu0.googlecode.com/files/mu-0.9.3.tar.gz'
+ url 'http://mu0.googlecode.com/files/mu-0.9.6.tar.gz'
homepage 'http://www.djcbsoftware.nl/code/mu/'
- md5 '4f19e26c8621fcace290f78abecf2d36'
+ head 'http://mu0.googlecode.com/files/mu-0.9.7-pre.tar.gz'
+
+ if ARGV.build_head?
+ md5 '811e896894f789ef1b87316d4322b412'
+ else
+ md5 '72fdf907f2b7922a54c8d14bc4b06ccf'
+ end
depends_on 'gettext'
depends_on 'glib'