diff options
| author | Shazron Abdullah | 2012-09-12 17:28:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-12 18:20:56 -0700 |
| commit | 725ea8996abdccc5f2fbd2597585b8558983991c (patch) | |
| tree | b63b3852000591372656230f15446485e15987e9 /Library/Formula | |
| parent | 9b7d294c3c5ff6e60c390869a8d6e57e1055145a (diff) | |
| download | homebrew-725ea8996abdccc5f2fbd2597585b8558983991c.tar.bz2 | |
ios-sim 1.5.1
Closes #14898.
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 cbcae6b17..c1a4baaf6 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' - sha1 '3f9095e091602cf0c9a447d35a2558622a87d2c1' + url 'https://github.com/phonegap/ios-sim/tarball/1.5.1' + sha1 'ccacb1cec833a766c0960b7f400330a5d0664cbd' def install system "rake", "install", "prefix=#{prefix}" |
