Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / music-widget.rb
blobbfd5192cfbb4fdc67d3e13e31d49044103e2c99c
1 cask "music-widget" do
2   version "1.27"
3   sha256 :no_check
5   url "https://marioaguzman.github.io/musicwidget/updater/Music%20Widget.dmg"
6   name "Music Widget"
7   desc "Replica of the iTunes widget for Dashboard"
8   homepage "https://marioaguzman.github.io/musicwidget/"
10   livecheck do
11     url "https://marioaguzman.github.io/musicwidget/updater/musicwidgetappcast.xml"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :monterey"
18   app "Music Widget.app"
20   zap trash: "~/Library/Preferences/com.marioaguzman.Music-Widget.plist"
21 end