Files
homebrew-cask/Casks/c/clinq.rb
2023-11-29 10:17:04 -05:00

25 lines
523 B
Ruby

cask "clinq" do
version "1.10.5"
sha256 :no_check
url "https://desktop.download.clinq.com/clinq-desktop.dmg"
name "CLINQ"
desc "Softphone for making telephone calls over the internet"
homepage "https://clinq.com/download/"
livecheck do
url :url
strategy :extract_plist
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "CLINQ.app"
zap trash: [
"~/Library/Application Support/clinq-desktop/",
"~/Library/Saved Application State/com.clinq.desktop.savedState",
]
end