homebrew-core/Formula/perforce-server.rb
Robert Shaw c09097afdc perforce-server: Update to v2011.1.409024
Closes Homebrew/homebrew#9951.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-03 07:24:39 -08:00

12 lines
272 B
Ruby

require 'formula'
class PerforceServer < Formula
url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4d'
homepage 'http://www.perforce.com/'
md5 '9099ad567f43cc7bb0821492a1eb3fe6'
version '2011.1.409024'
def install
bin.install 'p4d'
end
end