phinze/homebrew-cask

View on GitHub
Casks/c/controlplane.rb

Summary

Maintainability
A
35 mins
Test Coverage
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"
  desc "Context-sensitive application launcher"
  homepage "https://www.controlplaneapp.com/"

  # app crash and homepage is gone
  deprecate! date: "2023-12-29", because: :discontinued

  app "ControlPlane.app"

  zap trash: "~/Library/Preferences/com.dustinrue.ControlPlane.plist"
end