diff options
Diffstat (limited to 'Library')
| -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 2c3148c83..26b5fd664 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/tarball/1.4' - md5 'c68954b0808119a51641613a2b383c49' + url 'https://github.com/phonegap/ios-sim/tarball/1.5' + md5 'bf2863dafd1766a9e02a5b22b132284d' def install system "rake", "install", "prefix=#{prefix}" |
