From 51cd2e36309779c9d0399e957a6ad98c1eeafafd Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Thu, 2 Aug 2012 21:50:27 -0500 Subject: [PATCH] jhead 2.96 Closes Homebrew/homebrew#13904. Signed-off-by: Adam Vandenberg --- Formula/jhead.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jhead.rb b/Formula/jhead.rb index 508904aa57e..8a703475c6b 100644 --- a/Formula/jhead.rb +++ b/Formula/jhead.rb @@ -2,8 +2,8 @@ require 'formula' class Jhead < Formula homepage 'http://www.sentex.net/~mwandel/jhead/' - url 'http://www.sentex.net/~mwandel/jhead/jhead-2.95.tar.gz' - sha1 'e66b0a64e034054185da3e6c5e1ac7afb36776f8' + url 'http://www.sentex.net/~mwandel/jhead/jhead-2.96.tar.gz' + sha1 '668a515276654247e6fbe7a6193a5e1382a38116' def install system "make"