homebrew-core/Formula/ios-sim.rb
shazron 1da4d94fcc ios-sim: update checksum
1.4 was retagged.

Closes Homebrew/homebrew#12249.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 21:37:34 -05:00

11 lines
262 B
Ruby

require 'formula'
class IosSim < Formula
homepage 'https://github.com/phonegap/ios-sim'
url 'https://github.com/phonegap/ios-sim/tarball/1.4'
md5 'c68954b0808119a51641613a2b383c49'
def install
system "rake", "install", "prefix=#{prefix}"
end
end