Add CLINQ.app latest

This commit is contained in:
vwkd
2023-09-20 10:18:39 +02:00
parent a10dc8f398
commit cc2fed5035
+18
View File
@@ -0,0 +1,18 @@
cask "clinq" do
version :latest
sha256 :no_check
url "https://desktop.download.clinq.com/clinq-desktop.dmg"
name "Clinq"
desc "Softphone"
homepage "https://clinq.com/"
depends_on macos: ">= :high_sierra"
app "CLINQ.app"
zap trash: [
"~/Library/Application Support/clinq-desktop/",
"~/Library/Saved Application State/com.clinq.desktop.savedState",
]
end