homebrew-cask/Casks/cubicsdr.rb

14 lines
623 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cubicsdr' do
2016-07-25 08:55:56 +08:00
version '0.2.0,rc4'
sha256 '981292e70ae0aad21cb86c780d53cee0a5b5f57e1e4f883d612af6d26ddb6015'
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
url "https://github.com/cjcliffe/CubicSDR/releases/download/#{version.before_comma}-beta-#{version.after_comma}/CubicSDR-#{version.before_comma}-Darwin-#{version.after_comma}.dmg"
appcast 'https://github.com/cjcliffe/CubicSDR/releases.atom',
2016-07-25 08:55:56 +08:00
checkpoint: '25e6bd2e65ae37f74f6659b8600bddad0bda93944f32308adc41339949dfd7de'
2015-04-03 14:57:06 +08:00
name 'CubicSDR'
homepage 'http://cubicsdr.com/'
app 'CubicSDR.app'
end