diff options
| author | Shazron Abdullah | 2013-01-04 15:41:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 16:13:25 -0800 |
| commit | 61770996f48c10db1fac1958ad6a23a4d82c896a (patch) | |
| tree | c5fefd2f67b29634bf626231819f061595d3023f /Library | |
| parent | 41efc09628eb770a4a842f4bd869592770412ca1 (diff) | |
| download | homebrew-61770996f48c10db1fac1958ad6a23a4d82c896a.tar.bz2 | |
iso-sim 1.6
Closes #16899.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 c1a4baaf6..3ed6fc846 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.5.1' - sha1 'ccacb1cec833a766c0960b7f400330a5d0664cbd' + url 'https://github.com/phonegap/ios-sim/tarball/1.6' + sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1' def install system "rake", "install", "prefix=#{prefix}" |
