diff options
| author | Jan Berkel | 2013-06-04 20:33:03 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-04 12:35:11 -0700 | 
| commit | 67fc806e4194368c82b7723d9c832fe56f8cb564 (patch) | |
| tree | 0e64a0a6006762ef5e312e19244d08659ccde970 | |
| parent | d0cc30c0c122cb5f889b1b432bfb03cee1d0f1be (diff) | |
| download | homebrew-67fc806e4194368c82b7723d9c832fe56f8cb564.tar.bz2 | |
xctool 0.1.4
Closes #20263.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/xctool.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb index bf1781aec..e9855d5e6 100644 --- a/Library/Formula/xctool.rb +++ b/Library/Formula/xctool.rb @@ -2,8 +2,8 @@ require 'formula'  class Xctool < Formula    homepage 'https://github.com/facebook/xctool' -  url 'https://github.com/facebook/xctool/archive/v0.1.2.tar.gz' -  sha1 '86ac6dfb61fa80a62ecd80e3632fac091f665c8a' +  url 'https://github.com/facebook/xctool/archive/v0.1.4.tar.gz' +  sha1 'da0243f65ae825b920e60d850c42230aa1a5afe1'    head 'https://github.com/facebook/xctool.git'    depends_on :xcode | 
