Files
homebrew-cask/Casks/u/ultimate-control.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
523 B
Ruby

cask "ultimate-control" do
version "1.2"
sha256 "8f26885d60c2afc502d97039c115f6bfcd22cee34ec9741017bc4d73bc3e5498"
url "https://www.negusoft.com/downloads/ultimate_control_v#{version}_mac.dmg"
name "NEGU Soft Ultimate Control"
desc "Take control of your computer wirelessly"
homepage "https://www.negusoft.com/ucontrol/"
livecheck do
url "https://www.negusoft.com/ucontrol/downloads/mac.html"
regex(/ultimate[._-]control[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg/i)
end
app "Ultimate Control.app"
end