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
2018-05-13 03:20:25 +08:00
version '0.2.4'
sha256 'bdbb2cce55b4a70351527bcaca0b62b4e360ffdece269a20c107e68f229c33cf'
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',
2018-05-13 03:20:25 +08:00
checkpoint: 'ecbdc340dc919f2d4a610391fd9649b461c052c429bfeaa0839ba0e550fd729b'
2015-04-03 14:57:06 +08:00
name 'CubicSDR'
homepage 'http://cubicsdr.com/'
app 'CubicSDR.app'
end