From e05f627d663bb8dcc80a8372e5153c61ecb8925a Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Tue, 26 Nov 2013 11:38:15 +0200 Subject: xctool 0.1.14 Release notes and changelog: https://github.com/facebook/xctool/releases/tag/v0.1.14 Closes #24677. Signed-off-by: Mike McQuaid --- Library/Formula/xctool.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb index adc3ef7b5..e337001db 100644 --- a/Library/Formula/xctool.rb +++ b/Library/Formula/xctool.rb @@ -2,19 +2,15 @@ require 'formula' class Xctool < Formula homepage 'https://github.com/facebook/xctool' - url 'https://github.com/facebook/xctool/archive/v0.1.13.tar.gz' - sha1 '60ad514c9b0712177ef89bf576d082d7301a25f0' + url 'https://github.com/facebook/xctool/archive/v0.1.14.tar.gz' + sha1 '57e610081b781b19ec0c0f2ca81d897b708826f4' head 'https://github.com/facebook/xctool.git' depends_on :xcode depends_on :macos => :lion def install - if build.head? - system "./scripts/build.sh 'XT_INSTALL_ROOT=#{libexec}'" - else - system "./build.sh 'XT_INSTALL_ROOT=#{libexec}'" - end + system "./scripts/build.sh 'XT_INSTALL_ROOT=#{libexec}'" bin.install_symlink "#{libexec}/bin/xctool" end -- cgit v1.2.3