diff options
| author | Tim Douglas | 2013-01-24 10:48:30 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-24 09:41:25 -0800 |
| commit | 173ab77dee65ce9cd1f07773c24172fcd310f6bc (patch) | |
| tree | 2a49ca8067f0c1e46b2f278bb7c1db44e381a616 /Library/Formula | |
| parent | f8e58e1153680e3a03839b726b50c8ec7d176649 (diff) | |
| download | homebrew-173ab77dee65ce9cd1f07773c24172fcd310f6bc.tar.bz2 | |
Bonnie++ 1.97
Closes #17284.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bonnie++.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/bonnie++.rb b/Library/Formula/bonnie++.rb index e246f567a..4919c945d 100644 --- a/Library/Formula/bonnie++.rb +++ b/Library/Formula/bonnie++.rb @@ -1,13 +1,14 @@ require 'formula' class Bonniexx < Formula - url 'http://www.coker.com.au/bonnie++/experimental/bonnie++-1.96.tgz' homepage 'http://www.coker.com.au/bonnie++/' - sha1 '24a0e3de4dc98f905654f51ef6732b1b766e1378' + url 'http://www.coker.com.au/bonnie++/experimental/bonnie++-1.97.tgz' + sha1 '7b0ed205725a6526d34894412edb7e29bb9df7b4' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}" + system "./configure", "--disable-debug", + "--prefix=#{prefix}", + "--mandir=#{man}" system "make install" end end |
