diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/innotop.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/innotop.rb b/Library/Formula/innotop.rb index c2eaa9ba9..d364c0362 100644 --- a/Library/Formula/innotop.rb +++ b/Library/Formula/innotop.rb @@ -1,9 +1,9 @@ require 'formula' class Innotop < Formula - url 'http://innotop.googlecode.com/files/innotop-1.8.1.tar.gz' homepage 'http://code.google.com/p/innotop/' - sha1 'a8d8deb5a40bca1890d24f355ae317254dfc4102' + url 'http://innotop.googlecode.com/files/innotop-1.9.0.tar.gz' + sha1 '4f8cbf6d01a1723a5c450d66e192610c5b28c4d7' depends_on 'DBD::mysql' => :perl |
