diff options
| author | Brett Koonce | 2012-08-04 15:33:22 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-05 18:03:31 -0700 | 
| commit | b828ee59431985c4a9e91ee49c811fc4058abdc3 (patch) | |
| tree | f3188ae2791520cd1cccfcc977b825f4b1315060 /Library/Formula/fantom.rb | |
| parent | 12ccc0d18eddb35171600c432d55de719e9ffff2 (diff) | |
| download | homebrew-b828ee59431985c4a9e91ee49c811fc4058abdc3.tar.bz2 | |
fantom 1.0.63
Closes #13956.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fantom.rb')
| -rw-r--r-- | Library/Formula/fantom.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fantom.rb b/Library/Formula/fantom.rb index 835ed8493..027937be3 100644 --- a/Library/Formula/fantom.rb +++ b/Library/Formula/fantom.rb @@ -2,8 +2,8 @@ require 'formula'  class Fantom < Formula    homepage 'http://fantom.org' -  url 'http://fan.googlecode.com/files/fantom-1.0.62.zip' -  md5 '253acd05563b58b41f8381435586e3d6' +  url 'http://fan.googlecode.com/files/fantom-1.0.63.zip' +  sha1 '21042981b63da9e8f170c6d53d6abcede7d2ba25'    def options      [['--with-src', 'Also install fantom source'],  | 
