Files
homebrew-cask/Casks/d/doughnut.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
424 B
Ruby

cask "doughnut" do
version "2.0.1"
sha256 "56e2a41087ee9793b667feaa1bef2e96e20cee6ff7cd8bee4a9acbd1ca1e8aeb"
url "https://github.com/dyerc/Doughnut/releases/download/v#{version}/Doughnut-#{version}.dmg"
name "Doughnut"
desc "Podcast client"
homepage "https://github.com/dyerc/Doughnut/"
app "Doughnut.app"
zap trash: [
"~/Library/Preferences/com.cdyer.doughnut.plist",
"~/Music/Doughnut",
]
end