Skip to content

Commit

Permalink
muteme 0.24.8 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
daeho-ro committed Jan 26, 2025
1 parent 49c9643 commit badd700
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Casks/m/muteme.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cask "muteme" do
arch arm: "arm64", intel: "x64"

version "0.24.8"
sha256 arm: "31288e7f8c1b49e2cedd3ed63a3a7ee2c7f7e648f151edc195a08fb4fb6efdb0",
intel: "c0b038cf3da93e17019c9969c5a72e2a45525076b5abd537d120e677a9402f90"

url "https://mutemedownloads.s3.us-east-2.amazonaws.com/main/#{version}/MuteMe-Client-#{version}-#{arch}.dmg",
verified: "mutemedownloads.s3.us-east-2.amazonaws.com/"
name "MuteMe"
desc "Companion application to MuteMe"
homepage "https://muteme.com/"

livecheck do
url "https://muteme.io/update/osx_#{arch}/0.0.0"
strategy :json do |json|
json["name"]
end
end

auto_updates true
depends_on macos: ">= :high_sierra"

app "MuteMe-Client.app"

zap trash: [
"~/Library/Application Support/MuteMe-Client",
"~/Library/Caches/com.electron.muteme-client",
"~/Library/Caches/com.electron.muteme-client.ShipIt",
"~/Library/HTTPStorages/com.electron.muteme-client",
"~/Library/Preferences/com.electron.muteme-client.plist",
"~/Library/Saved Application State/com.electron.muteme-client.savedState",
]
end

0 comments on commit badd700

Please sign in to comment.