Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ipmitool 1.8.12
Browse files Browse the repository at this point in the history
Fixes #14859.
  • Loading branch information
adamv authored and Dennis Luxen committed Sep 17, 2012
1 parent 1052571 commit d002302
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Library/Formula/ipmitool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

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",
Expand Down

0 comments on commit d002302

Please sign in to comment.