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 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 diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb index 53948a6a4..2bac79248 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.1/bin.darwin90x86_64/p4d' - md5 '30779829f7bdfdea5c57c5018e7cff35' - version '2012.1.459601-x86_64' + version '2012.1.490371-x86_64' + sha1 'ac74dcfc2cd42e07f111d28b9b79f5bc4ae41e08' else url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4d' - md5 '4bae8014aa541b453e524f65cfb15dcc' - version '2012.1.459601-x86' + version '2012.1.490371-x86' + sha1 '89380e86bede6cc84e29a9d8283931eb7e5fa2e6' end def install diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb index 57deb839a..dec522077 100644 --- a/Library/Formula/perforce.rb +++ b/Library/Formula/perforce.rb @@ -4,13 +4,13 @@ class Perforce < Formula homepage 'http://www.perforce.com/' if MacOS.prefer_64_bit? - url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86_64/p4' + url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86_64/p4' version '2012.1.473528-x86_64' - sha1 '4f46c3c6410cc34bbd9eabbc361c1065534b8ab7' + sha1 '536d43c3fc0560da5aeacbd2bd3405891c442066' else - url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4' + url 'http://filehost.perforce.com/perforce/r12.1/bin.darwin90x86/p4' version '2012.1.473528-x86' - sha1 '63e4feb2e955256044f6b390876bfb5b13d05142' + sha1 'c10768ca3b6d7b8d1a2558b4b9fb965d2148523f' end def install |
