aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce.rb
diff options
context:
space:
mode:
authorAaron Bell2013-02-14 09:36:54 -0800
committerJack Nagel2013-02-14 12:09:06 -0600
commita512978b3724d58a3159fce2a840b6702f643d6f (patch)
tree6ea40b9e347703a05cc1c9d0b635373c564d585b /Library/Formula/perforce.rb
parentbd29176508aa2f33fca0692a5c9174e6d9567632 (diff)
downloadhomebrew-a512978b3724d58a3159fce2a840b6702f643d6f.tar.bz2
perforce: fix checksum
Closes #17841. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/perforce.rb')
-rw-r--r--Library/Formula/perforce.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb
index 26ca1130a..59b51175e 100644
--- a/Library/Formula/perforce.rb
+++ b/Library/Formula/perforce.rb
@@ -6,7 +6,7 @@ class Perforce < Formula
if MacOS.prefer_64_bit?
url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4'
version '2012.2.536738-x86_64'
- sha1 '4a0469279283204bbce510a849c3ffac6597c58d'
+ sha1 '6ecdbd5559ea4d04cddf81d76afe71e5cbe2baee'
else
url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4'
version '2012.2.536738-x86'