From c58f66e304d4ab580fa36e70fd3df760ec43f224 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 13 Feb 2012 21:43:30 -0800 Subject: jam: style update --- Library/Formula/jam.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3