From b4428987bd39a37c974aade14b54f5af4292e1b1 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 23 May 2021 12:24:38 +0800 Subject: [PATCH] update bottle Signed-off-by: Kefu Chai --- ceph-client.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ceph-client.rb b/ceph-client.rb index b5734b1..c9fcdd7 100644 --- a/ceph-client.rb +++ b/ceph-client.rb @@ -4,6 +4,11 @@ class CephClient < Formula url "https://github.com/ceph/ceph.git", :using => :git, :revision => "0def4cf21d897bbf911614d8e3fe32e14fb30f7f" version "quincy-17.0.0-4483-g0def4cf21d8" + bottle do + root_url "https://github.com/mulbc/homebrew-ceph-client/releases/download/quincy-17.0.0-4483" + sha256 cellar: :any, big_sur: "8796c05eaa6ac5065221ff6ba1b45201776666e5702f6573b8a3f857ba890d1f" + end + # depends_on "osxfuse" depends_on "boost" => :build depends_on "openssl" => :build