diff options
| author | Brett Koonce | 2014-08-21 00:26:17 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 | 
| commit | 91e42f1fe5176253376c60c39222880a9aa6781a (patch) | |
| tree | 72a34ddeeb8cbf8c2eeb6dd8a94c7f5a879ce247 | |
| parent | 232e21a781d7c75569ab03ce31d976c494923283 (diff) | |
| download | homebrew-91e42f1fe5176253376c60c39222880a9aa6781a.tar.bz2 | |
ios-sim 2.0.1
| -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 | 
