homebrew-core/Formula/perforce.rb
Derek Prior 165b452cfb perforce: update build revision
Perforce seems to have provided a new build revision at the same URL,
thus causing the md5 check to fail. Fixed the md5 and updated the
version.

Closes Homebrew/homebrew#9336.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-30 14:30:16 -06:00

12 lines
264 B
Ruby

require 'formula'
class Perforce < Formula
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4'
homepage 'http://www.perforce.com/'
md5 'a5af98fc860315aa35e606f912aa97ab'
version '2011.1.389946'
def install
bin.install 'p4'
end
end