aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ipmitool.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 10:03:20 -0700
committerAdam Vandenberg2012-09-14 10:03:20 -0700
commita483862d10750e1a92025059367503961d7a2f9c (patch)
treeff9f5e14f293624e2277e2f9b8b2b121a364e642 /Library/Formula/ipmitool.rb
parent0f335320ca68d639b8cbc5bf539ac36bcab51b87 (diff)
downloadhomebrew-a483862d10750e1a92025059367503961d7a2f9c.tar.bz2
ipmitool 1.8.12
Fixes #14859.
Diffstat (limited to 'Library/Formula/ipmitool.rb')
-rw-r--r--Library/Formula/ipmitool.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/ipmitool.rb b/Library/Formula/ipmitool.rb
index 63c205826..dac0d39d9 100644
--- a/Library/Formula/ipmitool.rb
+++ b/Library/Formula/ipmitool.rb
@@ -2,12 +2,8 @@ require 'formula'
class Ipmitool < Formula
homepage 'http://ipmitool.sourceforge.net/'
- url 'http://downloads.sourceforge.net/project/ipmitool/ipmitool/1.8.11/ipmitool-1.8.11.tar.bz2'
- sha1 '9f6667c3d47ca56f8c0803ea7849ed375133cb72'
-
- fails_with :clang do
- cause 'error: non-void functions should return a value'
- end
+ url 'http://downloads.sourceforge.net/project/ipmitool/ipmitool/1.8.12/ipmitool-1.8.12.tar.bz2'
+ sha1 'b895564db1196e891b60d2ab4f6d0bf5499c3453'
def install
system "./configure", "--disable-debug",