From 7cf8593fe165a1e6494bb5d2bbd1f4799dafa7a1 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 28 Jun 2017 22:09:38 -0700 Subject: [PATCH] gperftools: use full_index patch --- Formula/gperftools.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gperftools.rb b/Formula/gperftools.rb index 8762e5afd0..41efb6a87d 100644 --- a/Formula/gperftools.rb +++ b/Formula/gperftools.rb @@ -10,8 +10,8 @@ class Gperftools < Formula # Fix finding default zone on macOS Sierra (https://github.com/gperftools/gperftools/issues/827) patch do - url "https://github.com/gperftools/gperftools/commit/acac6af26b0ef052b39f61a59507b23e9703bdfa.patch" - sha256 "36289228d240cb8714f7543772544dc1541e8fec37ab6cc7915296d7bcec3dcf" + url "https://github.com/gperftools/gperftools/commit/acac6af26b0ef052b39f61a59507b23e9703bdfa.patch?full_index=1" + sha256 "164b99183c9194706670bec032bb96d220ce27fc5257b322d994096516133376" end end