mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
428 B
Ruby
17 lines
428 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/"
|
|
name "SpotSpot"
|
|
desc "Spotify mini-player"
|
|
homepage "https://will-stone.github.io/SpotSpot/"
|
|
|
|
app "SpotSpot.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|