Skip to content

Commit

Permalink
qcachegrind: fix audit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 17, 2012
1 parent 0b049a0 commit 8c954b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/qcachegrind.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require 'formula'

class Qcachegrind < Formula
url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz'
homepage 'http://kcachegrind.sourceforge.net/'
url 'http://kcachegrind.sourceforge.net/kcachegrind-0.7.1.tgz'
md5 '39376990a9ea2e9f1b75f43f9104fd70'

depends_on 'graphviz' => :optional
depends_on 'qt'
depends_on 'qt'

def install
cd 'qcachegrind'
Expand All @@ -16,6 +16,6 @@ def install
end

def test
system 'qcachegrind'
system "#{bin}/qcachegrind"
end
end

0 comments on commit 8c954b6

Please sign in to comment.