mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
25 lines
523 B
Ruby
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
|