From e9a5b4c280f0dc00cb431adf4ddd13e8bf7a4f41 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Thu, 1 Aug 2013 19:06:29 +0200 Subject: ios-sim 1.8.2 Closes #21563. Signed-off-by: Adam Vandenberg --- Library/Formula/ios-sim.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3