diff options
| author | Matthew Lewinski | 2012-11-05 11:45:51 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-05 19:10:05 -0800 |
| commit | 5c16a64d47165814d28dea9a3bf57682aa91f902 (patch) | |
| tree | 67053fbae1e65f08022b802aca959c2528b42f3d | |
| parent | a1c14684164154be5efeb7669d85888aaabbd192 (diff) | |
| download | homebrew-5c16a64d47165814d28dea9a3bf57682aa91f902.tar.bz2 | |
Perforce Server 2012.2
Closes #15872.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/perforce-proxy.rb | 12 | ||||
| -rw-r--r-- | Library/Formula/perforce-server.rb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index 72cecd93d..7859d9775 100644 --- a/Library/Formula/perforce-proxy.rb +++ b/Library/Formula/perforce-proxy.rb @@ -4,13 +4,13 @@ class PerforceProxy < Formula homepage 'http://www.perforce.com/' if MacOS.prefer_64_bit? - url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86_64/p4p' - version '2012.1.490371-x86_64' - sha1 '6eae7e5f020fdc0c7aa43a176d77d72171ada2fa' + url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4p' + version '2012.2.540655-x86_64' + sha1 'a2631337a82f6c8892eb781867da05b151571bf6' else - url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4p' - version '2012.1.490371-x86' - sha1 '68e67031dee15ecc19622d886a4f75b086d8008c' + url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4p' + version '2012.2.540655-x86' + sha1 '4dbb961c29531f265becf86c535a40176f6f5011' end def install diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb index 2bac79248..e7a7822b4 100644 --- a/Library/Formula/perforce-server.rb +++ b/Library/Formula/perforce-server.rb @@ -4,13 +4,13 @@ class PerforceServer < Formula homepage 'http://www.perforce.com/' if MacOS.prefer_64_bit? - url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86_64/p4d' - version '2012.1.490371-x86_64' - sha1 'ac74dcfc2cd42e07f111d28b9b79f5bc4ae41e08' + url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4d' + version '2012.2.538478-x86_64' + sha1 'c040e5a9182687a1d2e2f1027c9039d7c47fc5eb' else - url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4d' - version '2012.1.490371-x86' - sha1 '89380e86bede6cc84e29a9d8283931eb7e5fa2e6' + url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4d' + version '2012.2.538478-x86' + sha1 'bd2771acca2091292d85a6384a756e986383de06' end def install |
