Files
homebrew-cask/Casks/p/playback.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

19 lines
530 B
Ruby

cask "playback" do
version "1.6.0"
sha256 "32588de0f9f8c6281cae11e4f64f5f4e4d3919f5d8b94d03be4d8552fbd8f0a8"
url "https://github.com/mafintosh/playback/releases/download/v#{version}/Playback.app.zip",
verified: "github.com/mafintosh/playback/"
name "Playback"
desc "Video player"
homepage "https://mafintosh.github.io/playback/"
app "Playback.app"
zap trash: [
"~/Library/Application Support/playback",
"~/Library/Caches/playback",
"~/Library/Preferences/com.electron.playback.plist",
]
end