mu 0.9.6; also add 0.9.7-pre as HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ec04297d33
commit
9bef5d58d5
1 changed files with 8 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue