diff options
| author | Brett Koonce | 2014-06-16 23:48:23 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-06-17 19:22:22 -0700 |
| commit | aa84f7264b3cca74d5bacb5f2090e0cfa1eb7845 (patch) | |
| tree | c0512b877af2a7d6fda8725400e2a8180579d287 /Library/Formula | |
| parent | 7302aba90c4fa45f5df3fcf6d912f85f3fb6db73 (diff) | |
| download | homebrew-aa84f7264b3cca74d5bacb5f2090e0cfa1eb7845.tar.bz2 | |
crunch 3.6
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/crunch.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/crunch.rb b/Library/Formula/crunch.rb index a505b27be..a9194ff6c 100644 --- a/Library/Formula/crunch.rb +++ b/Library/Formula/crunch.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Crunch < Formula - homepage 'http://sourceforge.net/projects/crunch-wordlist' - url 'https://downloads.sourceforge.net/project/crunch-wordlist/crunch-wordlist/crunch-3.5.tgz' - sha1 '9caa1727d81f178805815a63e8d72736b750210c' + homepage "http://sourceforge.net/projects/crunch-wordlist" + url "https://downloads.sourceforge.net/project/crunch-wordlist/crunch-wordlist/crunch-3.6.tgz" + sha1 "51bdf8b9dfb9e4486fa6a85e0224522569de4557" def install system "make", "CC=#{ENV.cc}", "LFS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
