diff options
Diffstat (limited to 'Library/Formula/perforce-server.rb')
| -rw-r--r-- | Library/Formula/perforce-server.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
