diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nimrod.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index a8e1a357b..a2e5184d5 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -1,10 +1,10 @@ require 'formula' class Nimrod < Formula - url 'http://force7.de/nimrod/download/nimrod_0.8.10.zip' + url 'http://force7.de/nimrod/download/nimrod_0.8.12.zip' head 'https://github.com/Araq/Nimrod.git' homepage 'http://force7.de/nimrod/' - md5 'b32d08ff40d2e17eda39a3c1f1bc39f9' + md5 '2101fdff83339b4480ffe8fd12b934da' def install system "/bin/sh", "./build.sh" |
