homebrew-cask/Casks/xca.rb

14 lines
516 B
Ruby

cask 'xca' do
version '1.4.1'
sha256 '6d76ac92774d6bc336b1ac21a5bfeb6c83d2426421a39a9fd7b22ef16cd894cb'
# github.com/chris2511/xca was verified as official when first introduced to the cask
url "https://github.com/chris2511/xca/releases/download/RELEASE.#{version}/xca-#{version}.dmg"
appcast 'https://github.com/chris2511/xca/releases.atom',
checkpoint: '802f6d038e3e40197cfc9ea4f6b19bb786b1bddf1180821013c64a9e1a9af956'
name 'XCA'
homepage 'http://hohnstaedt.de/xca/'
app 'xca.app'
end