From 6ef4e0c5bda8e5ceb8a66a9a7d9b4a9a655d06af Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Thu, 21 Sep 2023 10:24:45 +0800 Subject: [PATCH] Update clinq.rb --- Casks/c/clinq.rb | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Casks/c/clinq.rb b/Casks/c/clinq.rb index 7d7beda424..000d7d1ded 100644 --- a/Casks/c/clinq.rb +++ b/Casks/c/clinq.rb @@ -1,11 +1,16 @@ cask "clinq" do - version :latest + version "1.6.13" sha256 :no_check url "https://desktop.download.clinq.com/clinq-desktop.dmg" - name "Clinq" - desc "Softphone" - homepage "https://clinq.com/" + name "CLINQ" + desc "softphone for making telephone calls over the internet" + homepage "https://clinq.com/download/" + + livecheck do + url :url + strategy :extract_plist + end depends_on macos: ">= :high_sierra"