Perforce Server 2012.2
Closes Homebrew/homebrew#15872. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
076ec1228c
commit
4e0b2a47ea
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue