Files
homebrew-cask/Casks/s/sonixd.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

23 lines
766 B
Ruby

cask "sonixd" do
arch arm: "arm64", intel: "x64"
version "0.15.5"
sha256 arm: "3f94302f8ad5a444eea21863c68e4e54305ed1eb15c2789bde92c1daf02baba7",
intel: "12d5a3f5af551481a4a5ea54bb93b085a4ecd63ff1c3abb3685bf3751030ba2c"
url "https://github.com/jeffvli/sonixd/releases/download/v#{version}/Sonixd-#{version}-mac-#{arch}.dmg"
name "Sonixd"
desc "Desktop client for Subsonic-API and Jellyfin music servers"
homepage "https://github.com/jeffvli/sonixd"
app "Sonixd.app"
zap trash: [
"~/Library/Application Support/Sonixd",
"~/Library/Caches/org.erb.sonixd",
"~/Library/Caches/org.erb.sonixd.ShipIt",
"~/Library/Preferences/org.erb.sonixd.plist",
"~/Library/Saved Application State/org.erb.sonixd.savedState",
]
end