diff options
| author | Matthew Lewinski | 2013-04-24 00:19:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-24 10:20:20 -0500 |
| commit | 064c21d1319b23cc1c791eeee91d039b5b757e49 (patch) | |
| tree | bc8388a78d2bc4453f100009a7794b23e4905f68 /Library/Formula | |
| parent | 67fdf63bc45d8a08a9de75ea55355237303e809d (diff) | |
| download | homebrew-064c21d1319b23cc1c791eeee91d039b5b757e49.tar.bz2 | |
Fix perforce checksums and version numbers
Another in-place release on the FTP server. Updated the checksums for
perforce, perforce-proxy, and perforce-server formulae. Looks like
perforce formula was updated for new checksum at some point, but version
number was not updated to match, so fixing that as well.
Closes #19397.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index 687c1bd12..191fcbd2d 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.551823-x86_64' - sha1 '7acece4dfafa72df8f71138b9e9965fe241dfa35' + version '2012.2.572941-x86_64' + sha1 '691fe24d3d01c213237e28974df7e21cdc901c1b' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4p' - version '2012.2.551823-x86' - sha1 '8161e83bc4c55061bd73876331823c2f8e44da8e' + version '2012.2.572941-x86' + sha1 '2f662122e6aea27aab6684631635c741bd03f070' end def install diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb index 501b3723c..9b9a29eed 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.585708-x86_64' - sha1 'e404c431df55d382b16d3f61a50261735865300f' + version '2012.2.607384-x86_64' + sha1 '012210ec2560a5e76e5942eec6baf35f861da83e' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4d' - version '2012.2.585708-x86' - sha1 '2bdc3261519973f6f2dbb6222065398993fce52a' + version '2012.2.607384-x86' + sha1 '4d236a42409a620cd89e8802dba37fdecc16c6db' end def install diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb index 59b51175e..8ced1143d 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.536738-x86_64' + version '2012.2.585708-x86_64' sha1 '6ecdbd5559ea4d04cddf81d76afe71e5cbe2baee' else url 'http://filehost.perforce.com/perforce/r12.2/bin.darwin90x86/p4' - version '2012.2.536738-x86' - sha1 'e1271c312a822eeb3a2fe6f0380f3599ed230aa5' + version '2012.2.585708-x86' + sha1 '5ed386620ce7a86e809b75d7a2d19f079a34f0ad' end def install |
