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.
19 lines
511 B
Ruby
19 lines
511 B
Ruby
cask "controlplane" do
|
|
version "1.6.7"
|
|
sha256 "beb444b8117ed91898921a6babc384501dfd92679f5b718fceb6d3aa7a0bf651"
|
|
|
|
url "https://github.com/dustinrue/ControlPlane/releases/download/#{version}/ControlPlane-#{version}.dmg",
|
|
verified: "github.com/dustinrue/ControlPlane/"
|
|
name "ControlPlane"
|
|
homepage "https://www.controlplaneapp.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "ControlPlane.app"
|
|
|
|
zap trash: "~/Library/Preferences/com.dustinrue.ControlPlane.plist"
|
|
end
|