From df700ba9c9fe337f3667cf15b9342a34d42aa0e9 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Tue, 4 May 2021 09:51:52 +0800 Subject: [PATCH 1/2] mp3fs-mac: update 1.1.1 bottle. --- Formula/mp3fs-mac.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/mp3fs-mac.rb b/Formula/mp3fs-mac.rb index 7ba5920..11fea68 100644 --- a/Formula/mp3fs-mac.rb +++ b/Formula/mp3fs-mac.rb @@ -9,7 +9,8 @@ class Mp3fsMac < Formula bottle do root_url "https://github.com/gromgit/homebrew-fuse/releases/download/mp3fs-mac-1.1.1" - sha256 cellar: :any, big_sur: "f5d8b429073bd633bb0e3bfdf0fa5d72170e3e2c50ea35498169203c3aeb7b5a" + sha256 cellar: :any, big_sur: "f5d8b429073bd633bb0e3bfdf0fa5d72170e3e2c50ea35498169203c3aeb7b5a" + sha256 cellar: :any, catalina: "87445edbdfdec0ee366b5bbfb57349b4b7fc380fda83fe0c866049055ecfcda7" end depends_on "pkg-config" => :build From 76b78338569e8077b610c606fe4449d38286cb5d Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Tue, 4 May 2021 10:21:39 +0800 Subject: [PATCH 2/2] mp3fs-mac: update 1.1.1 bottle. --- Formula/mp3fs-mac.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/mp3fs-mac.rb b/Formula/mp3fs-mac.rb index 11fea68..96c4a9e 100644 --- a/Formula/mp3fs-mac.rb +++ b/Formula/mp3fs-mac.rb @@ -11,6 +11,7 @@ class Mp3fsMac < Formula root_url "https://github.com/gromgit/homebrew-fuse/releases/download/mp3fs-mac-1.1.1" sha256 cellar: :any, big_sur: "f5d8b429073bd633bb0e3bfdf0fa5d72170e3e2c50ea35498169203c3aeb7b5a" sha256 cellar: :any, catalina: "87445edbdfdec0ee366b5bbfb57349b4b7fc380fda83fe0c866049055ecfcda7" + sha256 cellar: :any, mojave: "64aeb9e00ab95135f27a62319c607ee47ecbaf24459e27289da40ff8c70366a2" end depends_on "pkg-config" => :build