diff options
Diffstat (limited to 'Library/Formula/perforce.rb')
| -rw-r--r-- | Library/Formula/perforce.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
