homebrew-cask/Casks/o/openrefine.rb

23 lines
639 B
Ruby

cask "openrefine" do
version "3.7.6"
sha256 "cfbbc3945945dc0cb5dabd67ebc605a21aa8d46095acecf28e4980be645956c7"
url "https://github.com/OpenRefine/OpenRefine/releases/download/#{version}/openrefine-mac-#{version}.dmg",
verified: "github.com/OpenRefine/OpenRefine/"
name "OpenRefine"
desc "Tool for working with messy data (previously Google Refine)"
homepage "https://openrefine.org/"
livecheck do
url :url
strategy :github_latest
end
app "OpenRefine.app"
zap trash: [
"~/Library/Application Support/OpenRefine",
"~/Library/Saved Application State/com.google.refine.Refine.savedState",
]
end