From 700f2ae969cd431e8d0373624ff88a2aa318def8 Mon Sep 17 00:00:00 2001 From: vwkd <33468089+vwkd@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:25:38 +0400 Subject: [PATCH] clinq: migrate to sipgate-clinq --- Casks/c/clinq.rb | 27 --------------------------- Casks/s/sipgate-clinq.rb | 27 +++++++++++++++++++++++++++ cask_renames.json | 1 + 3 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 Casks/c/clinq.rb create mode 100644 Casks/s/sipgate-clinq.rb diff --git a/Casks/c/clinq.rb b/Casks/c/clinq.rb deleted file mode 100644 index fb8e16289f..0000000000 --- a/Casks/c/clinq.rb +++ /dev/null @@ -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 diff --git a/Casks/s/sipgate-clinq.rb b/Casks/s/sipgate-clinq.rb new file mode 100644 index 0000000000..da796b42e3 --- /dev/null +++ b/Casks/s/sipgate-clinq.rb @@ -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 diff --git a/cask_renames.json b/cask_renames.json index 1ef8ff17de..8a93136bbd 100644 --- a/cask_renames.json +++ b/cask_renames.json @@ -1,6 +1,7 @@ { "ankerslicer": "ankermake", "betterdummy": "betterdisplay", + "clinq": "sipgate-clinq", "cloudapp": "zight", "cron": "notion-calendar", "emby-server": "embyserver",