Files
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
445 B
Ruby

cask "explorer" do
version "1.104"
sha256 "fcf3ec43ab2dff7f9e734192d3d327eebce80240007c4848b433f5d0f6ae8605"
url "https://github.com/jfbouzereau/explorer/releases/download/#{version}/Explorer-darwin-x64.zip"
name "Explorer"
desc "Data Explorer"
homepage "https://github.com/jfbouzereau/explorer"
app "Explorer-darwin-x64.app"
zap trash: [
"~/Library/Application Support/Explorer",
"~/Library/Caches/Explorer",
]
end