diff options
| author | Mark A. Matienzo | 2011-01-03 11:50:48 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2011-01-03 17:26:01 +0000 | 
| commit | 427cdc52d87fef50af32bf136436272001f9765a (patch) | |
| tree | fc199080403eacc204300c42c3527b3f1c61bc92 /Library/Formula/fits.rb | |
| parent | 29f618bec65c05ab1a00d8670fc320dae33f5a55 (diff) | |
| download | homebrew-427cdc52d87fef50af32bf136436272001f9765a.tar.bz2 | |
Update formula: fits
Closes #3807.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 45021e0d2..a2e9660dd 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.2.zip' +  url 'http://fits.googlecode.com/files/fits-0.4.3.zip'    homepage 'http://code.google.com/p/fits/' -  md5 'd5a2aba74c701d7c91e6f69bcb72a8f2' +  md5 '24d1c71def27500b2edf68b1a40f6f84'    def install      inreplace 'fits.sh' do |s|  | 
