homebrew-cask/Casks/coqide.rb

13 lines
466 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'coqide' do
2018-04-25 03:34:45 +08:00
version '8.8.0'
sha256 '285353fff1c98231577e0a2aa77054df80821d7193d0378751b9c1b9facfc36e'
2014-06-29 15:24:55 +08:00
2018-01-20 04:24:50 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/coq/coq/releases.atom'
2015-01-06 10:30:21 +08:00
name 'Coq'
homepage 'https://coq.inria.fr/'
2014-06-29 15:24:55 +08:00
2018-01-20 04:24:50 +08:00
app "CoqIDE_#{version.major_minor_patch}.app"
2014-06-29 15:24:55 +08:00
end