diff options
| author | Alex Gaynor | 2015-04-10 06:49:47 -0400 |
|---|---|---|
| committer | Xu Cheng | 2015-04-10 19:10:44 +0800 |
| commit | e97b5d9f35d0c40ec60309a5180855e0261703f5 (patch) | |
| tree | 8cef976a3ee4d73fd3956914e082621e072211c7 /Library/Formula | |
| parent | 686f1dfc0f845bfcedc5e430271d391dee0d83da (diff) | |
| download | homebrew-e97b5d9f35d0c40ec60309a5180855e0261703f5.tar.bz2 | |
afl-fuzz 1.61b
Closes #38512.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/afl-fuzz.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/afl-fuzz.rb b/Library/Formula/afl-fuzz.rb index 6a1c48b51..89bccb63d 100644 --- a/Library/Formula/afl-fuzz.rb +++ b/Library/Formula/afl-fuzz.rb @@ -2,8 +2,8 @@ require "formula" class AflFuzz < Formula homepage "http://lcamtuf.coredump.cx/afl/" - url "http://lcamtuf.coredump.cx/afl/releases/afl-0.89b.tgz" - sha1 "a004f80489b94882b202b907fd58471bca0859fa" + url "http://lcamtuf.coredump.cx/afl/releases/afl-1.61b.tgz" + sha256 "dfab81c17698c251887129b67d5eef3d50ab7103f222d554d8f0dde5b9ae6f6f" head "http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz" |
