Files
homebrew-cask/Casks/c/cubicsdr.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
475 B
Ruby

cask "cubicsdr" do
version "0.2.5"
sha256 "9180e56e84a1d78935fb13ce362e3b8636a96b38d0695748078b43f9f6c3cb2c"
url "https://github.com/cjcliffe/CubicSDR/releases/download/#{version}/CubicSDR-#{version}-Darwin.dmg",
verified: "github.com/cjcliffe/CubicSDR/"
name "CubicSDR"
desc "Cross-platform software-defined radio application"
homepage "https://cubicsdr.com/"
livecheck do
skip "No reliable way to get version info"
end
app "CubicSDR.app"
end