Files
homebrew-cask/Casks/b/baritone.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
414 B
Ruby

cask "baritone" do
version "1.0.9"
sha256 "dc8eff4202b78e7bf0405b26223cb6e1892257a76af40581cc64f775ab2ca253"
url "https://github.com/tma02/baritone/releases/download/v#{version}/Baritone-macOS.zip",
verified: "github.com/tma02/baritone/"
name "Baritone"
desc "Spotify controls that live in the menu bar"
homepage "https://tma02.github.io/baritone/"
app "Baritone-darwin-x64/Baritone.app"
end