Files
homebrew-cask/Casks/s/spotify4bigsur.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
497 B
Ruby

cask "spotify4bigsur" do
version "1.1"
sha256 "304752e6b373c9365205e03bd2ea3f116e555128ef793ea0b5a1f5e8cee28b19"
url "https://github.com/fabiusBile/Spotify4BigSur/releases/download/#{version}/Spotify4BigSur.dmg"
name "Spotify4BigSur"
desc "Implements a Widget for Spotify in the Notification Center"
homepage "https://github.com/fabiusBile/Spotify4BigSur"
# Renamed for clarity: app name is inconsistent with its branding.
app "SpotifyMain.app", target: "Spotify4BigSur.app"
end