diff options
| author | Brett Koonce | 2015-01-10 09:22:06 -0800 |
|---|---|---|
| committer | Brett Koonce | 2015-01-16 09:12:21 -0800 |
| commit | a132e9c7ea090c188001d0c1490b3cb270ee8526 (patch) | |
| tree | 0d1dcb543625100c9b919c968c894736670d851a | |
| parent | 35765a306f4199648c6518016f185dda2f099be7 (diff) | |
| download | homebrew-a132e9c7ea090c188001d0c1490b3cb270ee8526.tar.bz2 | |
wtf 20141212
| -rw-r--r-- | Library/Formula/wtf.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/wtf.rb b/Library/Formula/wtf.rb index 9ef63a001..5dbd95351 100644 --- a/Library/Formula/wtf.rb +++ b/Library/Formula/wtf.rb @@ -1,9 +1,7 @@ -require "formula" - class Wtf < Formula homepage "http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wtf/" - url "https://downloads.sourceforge.net/project/bsdwtf/wtf-20140820.tar.gz" - sha1 "eda9a91125039518fb0fd28d4bff6cd4e45de1f4" + url "https://downloads.sourceforge.net/project/bsdwtf/wtf-20141212.tar.gz" + sha1 "406af25912e948e02e68034415292ca3500e8f02" def install inreplace %w[wtf wtf.6], "/usr/share", share |
