From 0234e3077d32d9b158e3bcfb7704436c3f02bb76 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Fri, 13 Oct 2017 13:58:54 +0900 Subject: [PATCH] carthage 0.26.1 https://github.com/Carthage/Carthage/releases/tag/0.26.1 Closes #19392. Signed-off-by: FX Coudert --- Formula/carthage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/carthage.rb b/Formula/carthage.rb index bb86b70b31..9857d3ddb6 100644 --- a/Formula/carthage.rb +++ b/Formula/carthage.rb @@ -2,8 +2,8 @@ class Carthage < Formula desc "Decentralized dependency manager for Cocoa" homepage "https://github.com/Carthage/Carthage" url "https://github.com/Carthage/Carthage.git", - :tag => "0.26.0", - :revision => "1cf248d5ea508749be63ae82392f0b32cd179ff3", + :tag => "0.26.1", + :revision => "ff76d2034d2d0e3ae37fcdb3338210ba55cdcb62", :shallow => false head "https://github.com/Carthage/Carthage.git", :shallow => false