From 072a8b98f68c25a771eaede66adc0033c88b97d7 Mon Sep 17 00:00:00 2001 From: shazron Date: Mon, 30 Jul 2012 12:38:14 -0700 Subject: [PATCH] ios-sim 1.5 Closes Homebrew/homebrew#13783. Signed-off-by: Adam Vandenberg --- Formula/ios-sim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ios-sim.rb b/Formula/ios-sim.rb index 2c3148c8371..26b5fd664e3 100644 --- a/Formula/ios-sim.rb +++ b/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}"