diff options
| author | Brett Koonce | 2014-03-16 10:26:31 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 11:14:56 -0500 | 
| commit | 95b17c80bc73b1aa63075477c5c39159928c1361 (patch) | |
| tree | ac295cd2f964e8ac8a3834b778c010ea9d5ffd7f /Library/Formula/ios-sim.rb | |
| parent | 21da86379276a6b51e9cb12ea631fd3d29dfb86d (diff) | |
| download | homebrew-95b17c80bc73b1aa63075477c5c39159928c1361.tar.bz2 | |
ios-sim 1.9.0
Diffstat (limited to 'Library/Formula/ios-sim.rb')
| -rw-r--r-- | Library/Formula/ios-sim.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index a5f138020..476d475a7 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -2,8 +2,8 @@ require 'formula'  class IosSim < Formula    homepage 'https://github.com/phonegap/ios-sim' -  url 'https://github.com/phonegap/ios-sim/archive/1.8.2.tar.gz' -  sha1 '4328b3c8e6b455631d52b7ce5968170c9769eb1e' +  url 'https://github.com/phonegap/ios-sim/archive/1.9.0.tar.gz' +  sha1 '2ec400711e7a9d33eb5f08c577b47ead1fcdb9cb'    head 'https://github.com/phonegap/ios-sim.git'    depends_on :macos => :lion  | 
