xctool 0.1.9
Closes Homebrew/homebrew#22160. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
14d104f396
commit
5fdc552903
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Xctool < Formula
|
||||
homepage 'https://github.com/facebook/xctool'
|
||||
url 'https://github.com/facebook/xctool/archive/v0.1.7.tar.gz'
|
||||
sha1 'd835f1a34d7d11278664162d4361a0bb03941e5d'
|
||||
url 'https://github.com/facebook/xctool/archive/v0.1.9.tar.gz'
|
||||
sha1 'b82539ff47329feb38ab9e5980e5ecdd4501d144'
|
||||
head 'https://github.com/facebook/xctool.git'
|
||||
|
||||
depends_on :xcode
|
||||
|
|
Loading…
Reference in a new issue