homebrew-cask/Casks/cubicsdr.rb

14 lines
542 B
Ruby

cask 'cubicsdr' do
version '0.2.4'
sha256 'bdbb2cce55b4a70351527bcaca0b62b4e360ffdece269a20c107e68f229c33cf'
# 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',
checkpoint: 'ecbdc340dc919f2d4a610391fd9649b461c052c429bfeaa0839ba0e550fd729b'
name 'CubicSDR'
homepage 'http://cubicsdr.com/'
app 'CubicSDR.app'
end