diff options
Diffstat (limited to 'Library/Formula/perforce-proxy.rb')
| -rw-r--r-- | Library/Formula/perforce-proxy.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index fcd16dabf..2e73ec2f8 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.1/bin.darwin90x86_64/p4p' - md5 '0b35652a8a0d51021ed88a81acb84448' - version '2012.1.459601-x86_64' + version '2012.1.490371-x86_64' + sha1 '6eae7e5f020fdc0c7aa43a176d77d72171ada2fa' else url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4p' - md5 '745bacd461d69b4f441a6f14adedec28' - version '2012.1.459601-x86' + version '2012.1.490371-x86' + sha1 '68e67031dee15ecc19622d886a4f75b086d8008c' end def install |
