diff options
| -rw-r--r-- | Library/Formula/ios-sim.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index 476d475a7..72fee5ddd 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class IosSim < Formula - homepage 'https://github.com/phonegap/ios-sim' - url 'https://github.com/phonegap/ios-sim/archive/1.9.0.tar.gz' - sha1 '2ec400711e7a9d33eb5f08c577b47ead1fcdb9cb' - head 'https://github.com/phonegap/ios-sim.git' + homepage "https://github.com/phonegap/ios-sim" + url "https://github.com/phonegap/ios-sim/archive/2.0.1.tar.gz" + sha1 "df15d7f49561b92f8d3bf8832db60b83d7ce355e" + head "https://github.com/phonegap/ios-sim.git" depends_on :macos => :lion |
