From bb2766fa9ef61cb7ed19722f1b751f19defab8c9 Mon Sep 17 00:00:00 2001 From: shazron Date: Mon, 14 May 2012 13:17:27 -0700 Subject: ios-sim 1.4 Xcode 4.3 support. Repo maintenance transferred to PhoneGap org from Fingertips org. Closes #12246. [jn: modernize quoting in install method] Signed-off-by: Jack Nagel --- Library/Formula/ios-sim.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index e379f5827..8a8a2ec98 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -1,11 +1,11 @@ require 'formula' class IosSim < Formula - url 'https://github.com/Fingertips/ios-sim/tarball/1.3' - homepage 'https://github.com/Fingertips/ios-sim' - md5 'd6bd742b00ed3b93bd54bbc55b1901fc' + homepage 'https://github.com/phonegap/ios-sim' + url 'https://github.com/phonegap/ios-sim/tarball/1.4' + md5 '5186b9f01be4e9b75d66ea6ebfd85f97' def install - system "rake install prefix='#{prefix}'" + system "rake", "install", "prefix=#{prefix}" end end -- cgit v1.2.3