Add CubicSDR.app v0.1.1

This commit is contained in:
Xie Yanbo 2015-04-03 14:57:06 +08:00 committed by ndr
parent 1b67389132
commit f649cb8f63
1 changed files with 11 additions and 0 deletions

11
Casks/cubicsdr.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'cubicsdr' do
version '0.1.1'
sha256 'aa84fec32873f8c048de0d3fcfaee846887bfd43d41436da451d0e3468d2fabb'
url "https://github.com/cjcliffe/CubicSDR/releases/download/v#{version}/CubicSDR-#{version}-Darwin.dmg"
name 'CubicSDR'
homepage 'http://cubicsdr.com/'
license :gpl
app 'CubicSDR.app'
end