From 5d989cf990dc2bbd204ae370d91b07bb96fecd7d Mon Sep 17 00:00:00 2001 From: Luke Petre Date: Wed, 8 May 2013 05:04:22 +0100 Subject: Fix perforce checksums and version numbers Closes #19672. Signed-off-by: Adam Vandenberg --- Library/Formula/perforce.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/perforce.rb') diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb index 8ced1143d..e7a57d8b6 100644 --- a/Library/Formula/perforce.rb +++ b/Library/Formula/perforce.rb @@ -5,12 +5,12 @@ class Perforce < Formula if MacOS.prefer_64_bit? url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4' - version '2012.2.585708-x86_64' - sha1 '6ecdbd5559ea4d04cddf81d76afe71e5cbe2baee' + version '2012.2.631250-x86_64' + sha1 'bd294fae92a0b9e450000a7e6a793aec9839aa58' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4' - version '2012.2.585708-x86' - sha1 '5ed386620ce7a86e809b75d7a2d19f079a34f0ad' + version '2012.2.631250-x86' + sha1 '38fba9371be46e5b163291d826efb1eca94d046f' end def install -- cgit v1.2.3