homebrew-cask/Casks/ckan-app.rb

15 lines
496 B
Ruby

cask 'ckan-app' do
version '1.25.1'
sha256 'e7c3e36f66aca11decc0a3e9f0102152f097a13a98ec8d952a97f148ec5e368f'
url "https://github.com/KSP-CKAN/CKAN/releases/download/v#{version}/CKAN.dmg"
appcast 'https://github.com/KSP-CKAN/CKAN/releases.atom',
checkpoint: '742a881c3fab694ff3f77dc714dcb6c0acea811da6a4ced0ac2a2348187dde3e'
name 'Comprehensive Kerbal Archive Network client'
homepage 'https://github.com/KSP-CKAN/CKAN'
depends_on cask: 'mono-mdk'
app 'CKAN.app'
end