diff options
| author | Adam Vandenberg | 2012-02-13 21:43:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-13 21:53:07 -0800 |
| commit | c58f66e304d4ab580fa36e70fd3df760ec43f224 (patch) | |
| tree | c889735e6bf80265b95595d30de8c5ba35a1a0eb /Library | |
| parent | 104ce1c7a17d80d5c936fcc7dcfa2e051a10eb5f (diff) | |
| download | homebrew-c58f66e304d4ab580fa36e70fd3df760ec43f224.tar.bz2 | |
jam: style update
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jam.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jam.rb b/Library/Formula/jam.rb index d5743d588..345d6e777 100644 --- a/Library/Formula/jam.rb +++ b/Library/Formula/jam.rb @@ -1,8 +1,8 @@ require 'formula' class Jam < Formula - url 'ftp://ftp.perforce.com/jam/jam-2.5.zip' homepage 'http://www.perforce.com/jam/jam.html' + url 'ftp://ftp.perforce.com/jam/jam-2.5.zip' md5 'f92caadb62fe4cb0b152eff508c9d450' def install @@ -14,6 +14,6 @@ class Jam < Formula end system "make" - bin.install ["bin.macosx/jam", "bin.macosx/mkjambase"] + bin.install "bin.macosx/jam", "bin.macosx/mkjambase" end end |
