aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-08-10 10:35:16 -0500
committerJack Nagel2013-08-10 18:23:10 -0500
commit7c0aa740d34ade1326dd7f1128e783c2d83eba50 (patch)
treecc902dc0c84dc14858da8493cd399e70be0fad24 /Library/Formula
parent217001e0f5312f5a8fbb6ec286ae7cf21a5a6090 (diff)
downloadhomebrew-7c0aa740d34ade1326dd7f1128e783c2d83eba50.tar.bz2
innotop 1.9.1
Closes #21803. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/innotop.rb19
1 files changed, 2 insertions, 17 deletions
diff --git a/Library/Formula/innotop.rb b/Library/Formula/innotop.rb
index b1e6d5eb0..a49d41cee 100644
--- a/Library/Formula/innotop.rb
+++ b/Library/Formula/innotop.rb
@@ -2,29 +2,14 @@ require 'formula'
class Innotop < Formula
homepage 'http://code.google.com/p/innotop/'
- url 'http://innotop.googlecode.com/files/innotop-1.9.0.tar.gz'
- sha1 '4f8cbf6d01a1723a5c450d66e192610c5b28c4d7'
+ url 'http://innotop.googlecode.com/files/innotop-1.9.1.tar.gz'
+ sha1 '6b0b5f492e7188152727f6c157043be180ba516a'
depends_on 'DBD::mysql' => :perl
depends_on 'Term::ReadKey' => :perl
- # Use /usr/bin/env in shebang; present upstream
- def patches; DATA; end
-
def install
system "perl", "Makefile.PL", "PREFIX=#{prefix}"
system "make install"
end
end
-
-__END__
-diff --git a/innotop b/innotop
-index 0606349..3fa033d 100755
---- a/innotop
-+++ b/innotop
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!/usr/bin/env perl
-
- # vim: tw=160:nowrap:expandtab:tabstop=3:shiftwidth=3:softtabstop=3
-