ios-sim 1.5

Closes Homebrew/homebrew#13783.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
shazron 2012-07-30 12:38:14 -07:00 committed by Adam Vandenberg
parent a542b2fdd9
commit 072a8b98f6
1 changed files with 2 additions and 2 deletions

View File

@ -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}"