diff options
| author | Adam Vandenberg | 2012-02-08 21:09:15 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-08 21:09:15 -0800 |
| commit | 1fd7ec39e413571f0db20faa88357fb4ffcb392d (patch) | |
| tree | 6df37e1f56564b9fb04b7855d6d6ec4a7ce12337 /Library/Formula/xspringies.rb | |
| parent | a5ed715c6436c52df759793eb482be7b4add67d7 (diff) | |
| download | homebrew-1fd7ec39e413571f0db20faa88357fb4ffcb392d.tar.bz2 | |
xspringies: fix audit warning
Diffstat (limited to 'Library/Formula/xspringies.rb')
| -rw-r--r-- | Library/Formula/xspringies.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/xspringies.rb b/Library/Formula/xspringies.rb index 15c12138c..a3bb8d02b 100644 --- a/Library/Formula/xspringies.rb +++ b/Library/Formula/xspringies.rb @@ -1,10 +1,9 @@ require 'formula' class Xspringies < Formula - url 'http://www.cs.rutgers.edu/~decarlo/software/xspringies-1.12.tar.Z' homepage 'http://www.cs.rutgers.edu/~decarlo/software.html' + url 'http://www.cs.rutgers.edu/~decarlo/software/xspringies-1.12.tar.Z' md5 '14b14916471874e9d0569ab5f4e8d492' - version '1.12' def install inreplace 'Makefile.std' do |s| |
