clinq: migrate to sipgate-clinq

This commit is contained in:
vwkd
2024-02-09 12:32:35 -05:00
committed by Razvan Azamfirei
parent 0d956663ee
commit 700f2ae969
3 changed files with 28 additions and 27 deletions
-27
View File
@@ -1,27 +0,0 @@
cask "clinq" do
version "1.11.1"
sha256 "76ba427472ed7d5d846bcf1785991c06a24d0e49c0566605b9467517df4285b7"
url "https://s3-eu-central-1.amazonaws.com/desktop.download.clinq.com/CLINQ-#{version}.zip",
verified: "s3-eu-central-1.amazonaws.com/desktop.download.clinq.com/"
name "CLINQ"
desc "Softphone for making telephone calls over the internet"
homepage "https://clinq.com/"
livecheck do
url "https://s3-eu-central-1.amazonaws.com/desktop.download.clinq.com/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "CLINQ.app"
zap trash: [
"~/Library/Application Support/clinq-desktop",
"~/Library/Logs/clinq-desktop",
"~/Library/Preferences/com.clinq.desktop.plist",
"~/Library/Saved Application State/com.clinq.desktop.savedState",
]
end
+27
View File
@@ -0,0 +1,27 @@
cask "sipgate-clinq" do
version "1.14.3"
sha256 "0e51e28b40da41609a7e2057edfb50b068eaac1a4e9396834eb4738f0d17301d"
url "https://s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/sipgate%20CLINQ-#{version}.zip",
verified: "s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/"
name "Sipgate CLINQ"
desc "Softphone for making telephone calls over the internet"
homepage "https://www.sipgate.de/app"
livecheck do
url "https://s3-eu-central-1.amazonaws.com/desktop.download.sipgate.com/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :catalina"
app "sipgate CLINQ.app"
zap trash: [
"~/Library/Application Support/sipgate-desktop",
"~/Library/Logs/sipgate-desktop",
"~/Library/Preferences/com.sipgate.desktop.plist",
"~/Library/Saved Application State/com.sipgate.desktop.savedState",
]
end
+1
View File
@@ -1,6 +1,7 @@
{
"ankerslicer": "ankermake",
"betterdummy": "betterdisplay",
"clinq": "sipgate-clinq",
"cloudapp": "zight",
"cron": "notion-calendar",
"emby-server": "embyserver",