homebrew-cask/Casks/cubicsdr.rb

14 lines
542 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cubicsdr' do
2016-12-06 07:20:48 +08:00
version '0.2.0'
sha256 '0ca38efcc5355585a1fdcb8f617bcc6bc4031513aa33d7117fe3c426892321bb'
2015-04-03 14:57:06 +08:00
2016-06-15 10:26:20 +08:00
# github.com/cjcliffe/CubicSDR was verified as official when first introduced to the cask
2016-12-06 07:20:48 +08:00
url "https://github.com/cjcliffe/CubicSDR/releases/download/#{version}/CubicSDR-#{version}-Darwin.dmg"
2016-06-15 10:26:20 +08:00
appcast 'https://github.com/cjcliffe/CubicSDR/releases.atom',
2016-12-06 07:20:48 +08:00
checkpoint: '6bc2d8513d0a7646888bd7760b10608567f16e030c2c7fa58498a48e1387749f'
2015-04-03 14:57:06 +08:00
name 'CubicSDR'
homepage 'http://cubicsdr.com/'
app 'CubicSDR.app'
end