homebrew-cask/Casks/openrefine.rb

13 lines
469 B
Ruby

cask 'openrefine' do
version '3.1'
sha256 'cd076a7da0664dddbdbf2c56026a127722a8f99915d8b80401f9664cfa020a5c'
# github.com/OpenRefine/OpenRefine was verified as official when first introduced to the cask
url "https://github.com/OpenRefine/OpenRefine/releases/download/#{version}/openrefine-mac-#{version}.dmg"
appcast 'https://github.com/OpenRefine/OpenRefine/releases.atom'
name 'OpenRefine'
homepage 'http://openrefine.org/'
app 'OpenRefine.app'
end