diff options
| -rw-r--r-- | Library/Formula/perforce-server.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/perforce-server.rb b/Library/Formula/perforce-server.rb index dfa94b6e7..bb8e1c07b 100644 --- a/Library/Formula/perforce-server.rb +++ b/Library/Formula/perforce-server.rb @@ -1,10 +1,10 @@ require 'formula' class PerforceServer < Formula - url 'http://filehost.perforce.com/perforce/r10.1/bin.darwin80u/p4d' + url 'http://filehost.perforce.com/perforce/r10.2/bin.darwin90u/p4d' homepage 'http://www.perforce.com/' - md5 '27660df45ac5008891e17868063de6b7' - version '2010.1.278506' + md5 'ec899caca75736d85a19ab99e9e37fdd' + version '2010.2.322263' def install bin.install 'p4d' |
