Merge pull request #156359 from krehel/remove-strawberry

strawberry: remove due to paywall
This commit is contained in:
Patrick Linnane
2023-09-27 12:46:53 -07:00
committed by GitHub
-21
View File
@@ -1,21 +0,0 @@
cask "strawberry" do
version "1.0.18"
sha256 "019a4128f670a3d268db00a37d4da8a0c396048fd2606df31b668a70abc3b877"
url "https://github.com/strawberrymusicplayer/strawberry/releases/download/#{version}/strawberry-#{version}-x86_64.dmg",
verified: "github.com/strawberrymusicplayer/strawberry/"
name "Strawberry"
desc "Music player and music collection organizer"
homepage "https://www.strawberrymusicplayer.org/"
depends_on macos: ">= :catalina"
app "strawberry.app"
zap trash: [
"~/Library/Application Support/Strawberry",
"~/Library/Caches/Strawberry",
"~/Library/Preferences/org.strawberrymusicplayer.Strawberry.plist",
"~/Library/Saved Application State/org.strawberrymusicplayer.strawberry.savedState",
]
end