aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ios-sim.rb')
-rw-r--r--Library/Formula/ios-sim.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb
index 7a11636c7..0db0d12d2 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.6'
- sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1'
+ url 'https://github.com/phonegap/ios-sim/archive/1.6.tar.gz'
+ sha1 '508aee052833ce6d402fae6a5dcc769049167fba'
def install
rake "install", "prefix=#{prefix}"