mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
523 B
Ruby
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
|