Files
homebrew-cask/Casks/w/webrecorder-player.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

22 lines
718 B
Ruby

cask "webrecorder-player" do
version "1.8.0"
sha256 "c7ecc7b19c31814a15a1dc5bff41ac899b239877d5968b057b0946b250aedd3a"
url "https://github.com/webrecorder/webrecorder-player/releases/download/v#{version}/webrecorder-player-#{version}.dmg"
name "Webrecorder Player"
homepage "https://github.com/webrecorder/webrecorder-player/"
app "Webrecorder Player.app"
zap trash: [
"~/Library/Application Support/Webrecorder Player",
"~/Library/Preferences/org.webrecorder.webrecorderplayer.helper.plist",
"~/Library/Preferences/org.webrecorder.webrecorderplayer.plist",
"~/Library/Saved Application State/org.webrecorder.webrecorderplayer.savedState",
]
caveats do
discontinued
end
end