From 10d5c78394263ac66822a4da88ee0c121a918ecc Mon Sep 17 00:00:00 2001 From: bart Date: Fri, 14 Sep 2012 21:58:32 +0930 Subject: [PATCH] binwalk 0.4.5 Closes #14933. Signed-off-by: Adam Vandenberg --- Library/Formula/binwalk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb index a292a096ebe9..1f5367ece4f8 100644 --- a/Library/Formula/binwalk.rb +++ b/Library/Formula/binwalk.rb @@ -2,8 +2,8 @@ class Binwalk < Formula homepage 'http://code.google.com/p/binwalk/' - url 'http://binwalk.googlecode.com/files/binwalk-0.4.2.tar.gz' - sha1 '160ad2f4dd7f37628a4fade5d16c0c9996174ab2' + url 'http://binwalk.googlecode.com/files/binwalk-0.4.5.tar.gz' + sha1 'cdc7918cada78b8d84c61a38d9c50a21704adfba' depends_on 'libmagic'