diff options
| author | Felix Schulze | 2013-09-19 14:53:27 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-19 07:21:32 -0700 |
| commit | b0dd658a1df8d7e2ecd76f47f4080fa41ef57869 (patch) | |
| tree | 7e3aa814e3a2ac73aef94460c064c5ce0068279e /Library | |
| parent | a4ef99a0e098914821687279eddb7cd620ed55a5 (diff) | |
| download | homebrew-b0dd658a1df8d7e2ecd76f47f4080fa41ef57869.tar.bz2 | |
ios-sim: add --HEAD
Closes #22679.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ios-sim.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index 6759c39e4..a5f138020 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -4,6 +4,7 @@ class IosSim < Formula homepage 'https://github.com/phonegap/ios-sim' url 'https://github.com/phonegap/ios-sim/archive/1.8.2.tar.gz' sha1 '4328b3c8e6b455631d52b7ce5968170c9769eb1e' + head 'https://github.com/phonegap/ios-sim.git' depends_on :macos => :lion |
