Files
homebrew-cask/Casks/a/audioscrobbler.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

17 lines
511 B
Ruby

cask "audioscrobbler" do
version "0.9.15"
sha256 "d14bd947f32a5e6c17645d9378b69b0aded91b95dd87a9a8971e013a8fff5063"
url "https://github.com/mxcl/Audioscrobbler.app/releases/download/#{version}/Audioscrobbler-#{version}.zip"
name "Audioscrobbler"
desc "Minimal, robust iTunes scrobbling"
homepage "https://github.com/mxcl/Audioscrobbler.app"
app "Audioscrobbler.app"
zap trash: [
"~/Library/Caches/fm.last.Audioscrobbler",
"~/Library/Preferences/fm.last.Audioscrobbler.plist",
]
end