aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Legnitto2014-09-25 12:22:50 -0700
committerJack Nagel2014-09-25 19:06:54 -0500
commitb63346d62628552d93bcc103f286775e763964eb (patch)
treed30f1ae3f9bee80d21e3909e7ac3d2758ac8df28 /Library
parent698a68313635ae0e986b7f3c2dd2a8812c80f3b8 (diff)
downloadhomebrew-b63346d62628552d93bcc103f286775e763964eb.tar.bz2
xctool 0.2.1
Fixes issue with multiple Xcodes. For more details, see: https://github.com/Homebrew/homebrew/pull/32428 https://github.com/facebook/xctool/releases/tag/v0.2.1 Closes #32648. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xctool.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb
index 4456d47b5..7888f98f3 100644
--- a/Library/Formula/xctool.rb
+++ b/Library/Formula/xctool.rb
@@ -7,8 +7,8 @@ end
class Xctool < Formula
homepage 'https://github.com/facebook/xctool'
- url 'https://github.com/facebook/xctool/archive/v0.2.tar.gz'
- sha1 'fb5f5c553ef8ea26a9b68926aa2c59d2d956ee25'
+ url 'https://github.com/facebook/xctool/archive/v0.2.1.tar.gz'
+ sha1 '49182de7136447f86cfe0c86035a9858befcbbdf'
head 'https://github.com/facebook/xctool.git'
bottle do