homebrew-cask/Casks/minizincide.rb

13 lines
493 B
Ruby

cask 'minizincide' do
version '2.2.2'
sha256 '69081b2bc42190095f47106c01718cadc0377e7e3e2ce219b23fce8f7d9aa202'
# github.com/MiniZinc/MiniZincIDE was verified as official when first introduced to the cask
url "https://github.com/MiniZinc/MiniZincIDE/releases/download/#{version}/MiniZincIDE-#{version}-bundled.dmg"
appcast 'https://github.com/MiniZinc/MiniZincIDE/releases.atom'
name 'MiniZincIDE'
homepage 'https://www.minizinc.org/ide/index.html'
app 'MiniZincIDE.app'
end