cask 'coqide' do version '8.11.0' sha256 '6cce1ec6502a3086d7e02c59a6903fad082e81a3f8a8ee03be21179ab25a08cf' # 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/' depends_on macos: '>= :sierra' app "CoqIDE_#{version.major_minor_patch}.app" end