aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jhead.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/jhead.rb')
-rw-r--r--Library/Formula/jhead.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/jhead.rb b/Library/Formula/jhead.rb
index 62a2c8c80..508904aa5 100644
--- a/Library/Formula/jhead.rb
+++ b/Library/Formula/jhead.rb
@@ -1,13 +1,14 @@
require 'formula'
class Jhead < Formula
- url 'http://www.sentex.net/~mwandel/jhead/jhead-2.90.tar.gz'
homepage 'http://www.sentex.net/~mwandel/jhead/'
- md5 '661effa9420bb92cb99ced697c5a177f'
+ url 'http://www.sentex.net/~mwandel/jhead/jhead-2.95.tar.gz'
+ sha1 'e66b0a64e034054185da3e6c5e1ac7afb36776f8'
def install
system "make"
- system "chmod +x jhead"
bin.install "jhead"
+ man1.install 'jhead.1'
+ doc.install 'usage.html'
end
end