homebrew-cask/Casks/spotspot.rb

14 lines
456 B
Ruby

cask "spotspot" do
version "4.0.2"
sha256 "789ea9104c704bf7632ec4d0e06ec614470fe446bbd19076f818136aa05af76f"
url "https://github.com/will-stone/SpotSpot/releases/download/v#{version}/SpotSpot-#{version}.dmg",
verified: "github.com/will-stone/SpotSpot/"
appcast "https://github.com/will-stone/SpotSpot/releases.atom"
name "SpotSpot"
desc "Spotify mini-player"
homepage "https://will-stone.github.io/SpotSpot/"
app "SpotSpot.app"
end