homebrew-cask/Casks/cubicsdr.rb

13 lines
453 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cubicsdr' do
2018-08-23 01:35:01 +08:00
version '0.2.5'
sha256 '9180e56e84a1d78935fb13ce362e3b8636a96b38d0695748078b43f9f6c3cb2c'
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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/cjcliffe/CubicSDR/releases.atom'
2015-04-03 14:57:06 +08:00
name 'CubicSDR'
2018-10-07 11:38:01 +08:00
homepage 'https://cubicsdr.com/'
2015-04-03 14:57:06 +08:00
app 'CubicSDR.app'
end