From dbd453fef42d8ebc6cd632a10c94f1ddc9e5ba13 Mon Sep 17 00:00:00 2001 From: Vitalii <36993863+vitalii427@users.noreply.github.com> Date: Mon, 8 Nov 2021 14:22:30 +0200 Subject: [PATCH] Update tidal from 2.26.1 to 2.28.0 (#114001) * Update tidal from 2.26.1 to 2.28.0 * Update tidal.rb * Update tidal.rb Co-authored-by: Miccal Matthews --- Casks/tidal.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Casks/tidal.rb b/Casks/tidal.rb index 5d7fb7cdf1..c64acf73ec 100644 --- a/Casks/tidal.rb +++ b/Casks/tidal.rb @@ -1,5 +1,5 @@ cask "tidal" do - version "2.26.1" + version "2.28.0" sha256 :no_check url "https://download.tidal.com/desktop/TIDAL.dmg" @@ -8,7 +8,8 @@ cask "tidal" do homepage "https://tidal.com/" livecheck do - skip "unversioned URL" + url :url + strategy :extract_plist end app "TIDAL.app"