aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce.rb
diff options
context:
space:
mode:
authorLuke Petre2013-05-08 05:04:22 +0100
committerAdam Vandenberg2013-05-07 21:44:21 -0700
commit5d989cf990dc2bbd204ae370d91b07bb96fecd7d (patch)
tree653b44183b134b9ed64f80a77317b7c656c17bf8 /Library/Formula/perforce.rb
parent738d39285bac164465bf4a15db19624ac5a01f5a (diff)
downloadhomebrew-5d989cf990dc2bbd204ae370d91b07bb96fecd7d.tar.bz2
Fix perforce checksums and version numbers
Closes #19672. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/perforce.rb')
-rw-r--r--Library/Formula/perforce.rb8
1 files changed, 4 insertions, 4 deletions
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