diff options
| author | Stephen Eglen | 2013-04-04 09:43:28 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-04 08:43:45 -0700 |
| commit | c21d4f3e25b0a778a1dbbc6aa5769096679c42bd (patch) | |
| tree | 6ff85107ca83ffb9d66f8186aa662229cc644963 | |
| parent | 0a273daa097302eee5ea636c683f88b8bf04ad21 (diff) | |
| download | homebrew-c21d4f3e25b0a778a1dbbc6aa5769096679c42bd.tar.bz2 | |
mu 0.9.9.5
Closes #18956.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/mu.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index 6f7a1cf0d..3e7fd0b24 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -23,8 +23,8 @@ end class Mu < Formula homepage 'http://www.djcbsoftware.nl/code/mu/' - url 'http://mu0.googlecode.com/files/mu-0.9.9.tar.gz' - sha1 'eafd678faf852230f55ae262ae005d006a9a839b' + url 'http://mu0.googlecode.com/files/mu-0.9.9.5.tar.gz' + sha1 '825e3096e0763a12b8fdf77bd41625ee15ed09eb' head 'https://github.com/djcb/mu.git' |
