diff options
| author | Jack Nagel | 2012-02-01 19:32:01 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-01 19:32:01 -0600 |
| commit | e8b3627e2889842f7b440fcde74e340a0a3aa174 (patch) | |
| tree | 3f694204eac52d1f8b2028f86b8655bbee71fd2b /Library/Formula | |
| parent | d8c6ee7f44c1f7ff311eb0f15eede65c3deebf84 (diff) | |
| download | homebrew-e8b3627e2889842f7b440fcde74e340a0a3aa174.tar.bz2 | |
ios-sim 1.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ios-sim.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index feac7847b..e379f5827 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -1,9 +1,9 @@ require 'formula' class IosSim < Formula - url "https://github.com/Fingertips/ios-sim/tarball/1.1" - homepage "https://github.com/Fingertips/ios-sim" - md5 "ea70e2889390844ce2a72f1345df0e69" + url 'https://github.com/Fingertips/ios-sim/tarball/1.3' + homepage 'https://github.com/Fingertips/ios-sim' + md5 'd6bd742b00ed3b93bd54bbc55b1901fc' def install system "rake install prefix='#{prefix}'" |
