aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/binwalk.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb
index 1f5367ece..bfdc166a9 100644
--- a/Library/Formula/binwalk.rb
+++ b/Library/Formula/binwalk.rb
@@ -2,8 +2,8 @@ require 'formula'
class Binwalk < Formula
homepage 'http://code.google.com/p/binwalk/'
- url 'http://binwalk.googlecode.com/files/binwalk-0.4.5.tar.gz'
- sha1 'cdc7918cada78b8d84c61a38d9c50a21704adfba'
+ url 'http://binwalk.googlecode.com/files/binwalk-0.5.0.tar.gz'
+ sha1 'e7ffb447f932fb33b5c7c9b4ca8f8ddbead7f6db'
depends_on 'libmagic'