homebrew-cask/Casks/minco.rb

18 lines
598 B
Ruby

cask 'minco' do
version '2.0.26'
sha256 '0d56099f0d0bdf82c1acbc26d3128a3e39a3f177868d2bd8d8d37dd035176bfc'
# webpack.com is the official download host per the appcast feed
url "https://ssl.webpack.de/celmaro.com/updates/minco2/Minco#{version.no_dots}.zip"
appcast 'https://ssl.webpack.de/celmaro.com/updates/minco2/minco.xml',
:sha256 => '10adee0a67c869e8f5f519bf42de75b4a94a9ceee586eb2d7accc2da458ba732'
name 'Minco'
homepage 'http://www.celmaro.com/minco/'
license :commercial
depends_on :macos => '>= :yosemite'
depends_on :arch => :x86_64
app 'Minco.app'
end