diff options
| author | Misty De Meo | 2011-07-08 14:41:28 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-07-09 08:55:37 -0700 | 
| commit | 7c8d84136a0788a2c511ea53e27e90f335f10386 (patch) | |
| tree | 509d35c96ee385a1490dfc0ace925f6cf25798bb /Library/Formula/fits.rb | |
| parent | 899e89b2328a8192ceaf3e6ff9c32dae7c613872 (diff) | |
| download | homebrew-7c8d84136a0788a2c511ea53e27e90f335f10386.tar.bz2 | |
fits 0.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fits.rb')
| -rw-r--r-- | Library/Formula/fits.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fits.rb b/Library/Formula/fits.rb index 9465a28ae..1783f54bb 100644 --- a/Library/Formula/fits.rb +++ b/Library/Formula/fits.rb @@ -1,9 +1,9 @@  require 'formula'  class Fits < Formula -  url 'http://fits.googlecode.com/files/fits-0.4.3.zip' +  url 'http://fits.googlecode.com/files/fits-0.5.0.zip'    homepage 'http://code.google.com/p/fits/' -  md5 '24d1c71def27500b2edf68b1a40f6f84' +  md5 '40243d7943faecd18ecf6fd84963c5b7'    def install      inreplace 'fits.sh' do |s|  | 
