aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshazron2012-05-14 13:17:27 -0700
committerJack Nagel2012-05-14 17:54:38 -0500
commitbb2766fa9ef61cb7ed19722f1b751f19defab8c9 (patch)
tree6840cd90329b110ff1934d054759a85bb6c2b87a
parentf8009d619a9e3024b822ebbdda39a78c3bb0e85b (diff)
downloadhomebrew-bb2766fa9ef61cb7ed19722f1b751f19defab8c9.tar.bz2
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 <jacknagel@gmail.com>
-rw-r--r--Library/Formula/ios-sim.rb8
1 files changed, 4 insertions, 4 deletions
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