diff options
| author | Simon Hafner | 2013-01-04 10:11:25 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 08:54:04 -0800 | 
| commit | 028351bbc494fea4c01295b4810452eecfd28e8f (patch) | |
| tree | b54eda685d3f18273ad617f9bfe152add22ea361 | |
| parent | 5ce510f4897c1bdb7e7463bc3de5ceb37746d61b (diff) | |
| download | homebrew-028351bbc494fea4c01295b4810452eecfd28e8f.tar.bz2 | |
nimrod 0.9.0
Closes #16887.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/nimrod.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 3ba545bf5..fae492f4b 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -1,9 +1,9 @@  require 'formula'  class Nimrod < Formula -  homepage 'http://force7.de/nimrod/' -  url 'http://force7.de/nimrod/download/nimrod_0.8.14.zip' -  sha1 'e37e48bcec96c8baf578671c3f20cc5e1e8b0267' +  homepage 'http://nimrod-code.org/' +  url 'http://nimrod-code.org/download/nimrod_0.9.0.zip' +  sha1 '5fdfcfa8ccab19093ec0d01fc0d956e6a273f13f'    head 'https://github.com/Araq/Nimrod.git' | 
