aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-01-13 14:34:42 -0800
committerAdam Vandenberg2010-01-16 10:36:32 -0800
commit27f1c74e7824b265add8f0acca3933cb1cea9af3 (patch)
tree0769b942463d8e960e0352bc21ebcc097bb220c3 /Library/Formula/perforce.rb
parent0336cefb0e54a89d535698225bfdda036f89bcb2 (diff)
downloadhomebrew-27f1c74e7824b265add8f0acca3933cb1cea9af3.tar.bz2
Update Perforce to 2009.2/228098
Diffstat (limited to 'Library/Formula/perforce.rb')
-rw-r--r--Library/Formula/perforce.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/perforce.rb b/Library/Formula/perforce.rb
index 1d276271a..be7184c09 100644
--- a/Library/Formula/perforce.rb
+++ b/Library/Formula/perforce.rb
@@ -1,10 +1,12 @@
require 'formula'
class Perforce <Formula
- @url='http://filehost.perforce.com/perforce/r09.1/bin.macosx104u/p4'
- @homepage='http://www.perforce.com/'
- @md5='460d7604a2126bd63d6e202238ec58ef'
- @version='2009.1.211694'
+ url 'http://filehost.perforce.com/perforce/r09.2/bin.macosx104u/p4'
+ homepage 'http://www.perforce.com/'
+ md5 'f0018978f6e62f4e045820918c4fb588'
+ version '2009.2.228098'
+
+ aka 'p4'
def install
bin.install 'p4'