homebrew-cask/Casks/coqide.rb

13 lines
466 B
Ruby

cask 'coqide' do
version '8.8.2'
sha256 '6722222127a1d986bed21721464b22aae181a4a17756e9000e95937cd5c597df'
# github.com/coq/coq was verified as official when first introduced to the cask
url "https://github.com/coq/coq/releases/download/V#{version.major_minor_patch}/coq-#{version}-installer-macos.dmg"
appcast 'https://github.com/coq/coq/releases.atom'
name 'Coq'
homepage 'https://coq.inria.fr/'
app "CoqIDE_#{version.major_minor_patch}.app"
end