aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
diff options
context:
space:
mode:
authorWeiyin He2014-10-05 11:56:10 -0400
committerJack Nagel2014-10-05 18:25:43 -0500
commitbfe8f93ba44878245fa01eeea00f0c70f9f00e1a (patch)
tree6fdd5a56d092a12be3bf395b1ae36e2934e17c3c /Library/Formula/ios-sim.rb
parent86bf5302d21474c0c59c66cab78bae410ecd5deb (diff)
downloadhomebrew-bfe8f93ba44878245fa01eeea00f0c70f9f00e1a.tar.bz2
ios-sim 3.0.0
Closes #32941. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ios-sim.rb')
-rw-r--r--Library/Formula/ios-sim.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb
index 5a5aaea40..906c61a39 100644
--- a/Library/Formula/ios-sim.rb
+++ b/Library/Formula/ios-sim.rb
@@ -2,18 +2,17 @@ require "formula"
class IosSim < Formula
homepage "https://github.com/phonegap/ios-sim"
- url "https://github.com/phonegap/ios-sim/archive/2.0.1.tar.gz"
- sha1 "df15d7f49561b92f8d3bf8832db60b83d7ce355e"
+ url "https://github.com/phonegap/ios-sim/archive/3.0.0.tar.gz"
+ sha1 "e5b5dd2a622549f105935c3f6fc3cce93aba7b45"
head "https://github.com/phonegap/ios-sim.git"
bottle do
cellar :any
sha1 "3f28d1596a8d019ecb4fc70f758190a21e56ebcc" => :mavericks
sha1 "9ed5958db90bb227a0f0afc878f4cfb4a835fcca" => :mountain_lion
- sha1 "4ad30f386778b5e395755109ec50fb725066099c" => :lion
end
- depends_on :macos => :lion
+ depends_on :macos => :mountain_lion
def install
rake "install", "prefix=#{prefix}"