diff options
| author | shazron | 2012-07-30 12:38:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-30 21:57:28 -0700 |
| commit | 20ad5702c5bdb89e7a52c0b7407d58dbbf6a9afd (patch) | |
| tree | eb49aedc863e5c92df2cc6138b5daf5fe11558a0 /Library/Formula | |
| parent | 81356079c7c645a97bf6fa947bf75281fdfaca55 (diff) | |
| download | homebrew-20ad5702c5bdb89e7a52c0b7407d58dbbf6a9afd.tar.bz2 | |
ios-sim 1.5
Closes #13783.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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}" |
