From 166d49a2496d9388e1f792a0742bde96e41933ff Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 12 Jun 2012 06:58:14 -0700 Subject: Perforce: fix checksums --- Library/Formula/perforce.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb index 6fd7448e6..4d684492a 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.1/bin.darwin90x86_64/p4' - md5 'fb51515f7b94b871c62a04a8d4b86c19' version '2012.1.459601-x86_64' + sha1 '536d43c3fc0560da5aeacbd2bd3405891c442066' else url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4' - md5 'b47e583d158900ccdf49634686dd70de' version '2012.1.459601-x86' + sha1 'c10768ca3b6d7b8d1a2558b4b9fb965d2148523f' end def install -- cgit v1.2.3