From 2dd1ba0d94b117bdbc3dd2537d1b7b4d4d068073 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 21 Sep 2018 16:10:30 -0700 Subject: [PATCH] Add Mute Me.app v1.2.0 --- Casks/mute-me.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/mute-me.rb diff --git a/Casks/mute-me.rb b/Casks/mute-me.rb new file mode 100644 index 00000000000..bf69ce97249 --- /dev/null +++ b/Casks/mute-me.rb @@ -0,0 +1,12 @@ +cask 'mute-me' do + version '1.2.0' + sha256 'ac5731d090dc3e49974be079e48dbfefcdefc203d7b1319b1bdffe96fe768325' + + # github.com/pixel-point/mute-me was verified as official when first introduced to the cask + url "https://github.com/pixel-point/mute-me/releases/download/v#{version}/mute-me-v#{version}.zip" + appcast 'https://github.com/pixel-point/mute-me/releases.atom' + name 'Mute Me' + homepage 'https://muteme.pixelpoint.io/' + + app 'Mute Me.app' +end