diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/perforce-proxy.rb | 8 | ||||
| -rw-r--r-- | Library/Formula/perforce-server.rb | 8 | ||||
| -rw-r--r-- | Library/Formula/perforce.rb | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index 191fcbd2d..351c93053 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.2/bin.darwin90x86_64/p4p' - version '2012.2.572941-x86_64' - sha1 '691fe24d3d01c213237e28974df7e21cdc901c1b' + version '2012.2.631250-x86_64' + sha1 '573fc8cc97e6705e93b9a3c54b46ce832d970850' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4p' - version '2012.2.572941-x86' - sha1 '2f662122e6aea27aab6684631635c741bd03f070' + version '2012.2.631250-x86' + sha1 '20ad474618670fdeb45ca23fe450162bb2b85c3c' end def install diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb index 9b9a29eed..df7114206 100644 --- a/Library/Formula/perforce-server.rb +++ b/Library/Formula/perforce-server.rb @@ -5,12 +5,12 @@ class PerforceServer < Formula if MacOS.prefer_64_bit? url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4d' - version '2012.2.607384-x86_64' - sha1 '012210ec2560a5e76e5942eec6baf35f861da83e' + version '2012.2.631250-x86_64' + sha1 '21d5a904321a95026fe65890b9d9cb4043eaf84c' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4d' - version '2012.2.607384-x86' - sha1 '4d236a42409a620cd89e8802dba37fdecc16c6db' + version '2012.2.631250-x86' + sha1 '97fae79520e2801f18600362e24eaee6d47497c0' end def install 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 |
