aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ios-sim.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb
index 62aa66806..6759c39e4 100644
--- a/Library/Formula/ios-sim.rb
+++ b/Library/Formula/ios-sim.rb
@@ -2,8 +2,10 @@ require 'formula'
class IosSim < Formula
homepage 'https://github.com/phonegap/ios-sim'
- url 'https://github.com/phonegap/ios-sim/archive/1.7.tar.gz'
- sha1 'd338873178b24779d30791b045991396bfe7ba69'
+ url 'https://github.com/phonegap/ios-sim/archive/1.8.2.tar.gz'
+ sha1 '4328b3c8e6b455631d52b7ce5968170c9769eb1e'
+
+ depends_on :macos => :lion
def install
rake "install", "prefix=#{prefix}"