diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nethack.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/nethack.rb b/Library/Formula/nethack.rb index 7c0797f5d..19072f2f4 100644 --- a/Library/Formula/nethack.rb +++ b/Library/Formula/nethack.rb @@ -9,10 +9,11 @@ require 'formula' # The patch applied incorporates the patch-ac above, the OS X # instructions from the Wiki, and whatever else needed to be # done. +# - @adamv class Nethack < Formula - url 'http://downloads.sourceforge.net/project/nethack/nethack/3.4.3/nethack-343-src.tgz' homepage 'http://www.nethack.org/index.html' + url 'http://downloads.sourceforge.net/project/nethack/nethack/3.4.3/nethack-343-src.tgz' version '3.4.3' md5 '21479c95990eefe7650df582426457f9' |
