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-proxy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/perforce-proxy.rb') diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index 191fcbd2d..351c93053 100644 --- a/Library/Formula/perforce-proxy.rb +++ b/Library/Formula/perforce-proxy.rb @@ -5,12 +5,12 @@ class PerforceProxy < Formula if MacOS.prefer_64_bit? url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4p' - version '2012.2.572941-x86_64' - sha1 '691fe24d3d01c213237e28974df7e21cdc901c1b' + version '2012.2.631250-x86_64' + sha1 '573fc8cc97e6705e93b9a3c54b46ce832d970850' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4p' - version '2012.2.572941-x86' - sha1 '2f662122e6aea27aab6684631635c741bd03f070' + version '2012.2.631250-x86' + sha1 '20ad474618670fdeb45ca23fe450162bb2b85c3c' end def install -- cgit v1.2.3