homebrew-cask/Casks/opencpn.rb

14 lines
494 B
Ruby
Raw Normal View History

2016-07-28 04:43:06 +08:00
cask 'opencpn' do
2018-04-24 02:41:47 +08:00
version '4.8.4'
sha256 'bf50048c0b304cbb109228821dba521c1994f183e07675bb922855224186efa7'
2016-07-28 04:43:06 +08:00
# opencpn.navnux.org was verified as official when first introduced to the cask
2016-11-05 07:49:21 +08:00
url "http://opencpn.navnux.org/#{version}/OpenCPN_#{version}.dmg"
appcast 'https://github.com/OpenCPN/OpenCPN/releases.atom',
2018-04-24 02:41:47 +08:00
checkpoint: '159b317704d0bf5502abb5fc4aa73df2c3d4707c3d3db089b5f4d1d3cecebf22'
2016-07-28 04:43:06 +08:00
name 'OpenCPN'
2017-02-05 08:45:23 +08:00
homepage 'https://www.opencpn.org/'
2016-07-28 04:43:06 +08:00
app 'OpenCPN.app'
end