homebrew-cask/Casks/cubicsdr.rb

13 lines
453 B
Ruby

cask 'cubicsdr' do
version '0.2.5'
sha256 '9180e56e84a1d78935fb13ce362e3b8636a96b38d0695748078b43f9f6c3cb2c'
# github.com/cjcliffe/CubicSDR was verified as official when first introduced to the cask
url "https://github.com/cjcliffe/CubicSDR/releases/download/#{version}/CubicSDR-#{version}-Darwin.dmg"
appcast 'https://github.com/cjcliffe/CubicSDR/releases.atom'
name 'CubicSDR'
homepage 'https://cubicsdr.com/'
app 'CubicSDR.app'
end