From 8f7c5bedff16d1627f476d8f28318840c9e6288c Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Fri, 27 Jan 2023 18:33:14 +0800 Subject: [PATCH] gperftools: add 2.10 bottle. --- Formula/gperftools.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gperftools.rb b/Formula/gperftools.rb index b046f4aeaaa..b79ea0f6dda 100644 --- a/Formula/gperftools.rb +++ b/Formula/gperftools.rb @@ -16,12 +16,12 @@ class Gperftools < Formula bottle do root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/gperftools" - rebuild 1 - sha256 cellar: :any, mojave: "2e125390974a63ff852335344026c7ba1668711f66280d847f025c57cc607092" + rebuild 2 + sha256 cellar: :any, mojave: "8bfe18af58c2a98e46784cc3dbfa8c7f1dc611bb284e90b9174e9d7ba99e21db" end head do - url "https://github.com/gperftools/gperftools.git" + url "https://github.com/gperftools/gperftools.git", branch: "master" depends_on "autoconf" => :build depends_on "automake" => :build