From 7c0aa740d34ade1326dd7f1128e783c2d83eba50 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 10 Aug 2013 10:35:16 -0500 Subject: innotop 1.9.1 Closes #21803. Signed-off-by: Jack Nagel --- Library/Formula/innotop.rb | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'Library/Formula') 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 - -- cgit v1.2.3