From f7846c71d2c8323bdbd6ed6cdc5ba1008786ff39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+adibue@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:59:15 +0100 Subject: [PATCH 1/3] Added label for 'tidal' Added 'tidal' to fragment labels. Unfortunately, I was not able to find a matching URL for `appNewVersion`... --- fragments/labels/tidal.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fragments/labels/tidal.sh diff --git a/fragments/labels/tidal.sh b/fragments/labels/tidal.sh new file mode 100644 index 0000000..30690f8 --- /dev/null +++ b/fragments/labels/tidal.sh @@ -0,0 +1,6 @@ +tidal) + name="TIDAL" + type="dmg" + downloadURL="https://download.tidal.com/desktop/TIDAL.dmg" + expectedTeamID="GK2243L7KB" + ;; From f57d946410ccdd68374c9873d904110356fdbe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+adibue@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:00:40 +0100 Subject: [PATCH 2/3] Added 'tidal' to 'Labels.txt' --- Labels.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Labels.txt b/Labels.txt index e873028..20c2d91 100644 --- a/Labels.txt +++ b/Labels.txt @@ -328,6 +328,7 @@ textmate theunarchiver things thunderbird +tidal toggltrack tom4aconverter torbrowser From 4d9348761b0948c0e89779190f7228929d63e08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Sun, 9 Jan 2022 21:15:52 +0100 Subject: [PATCH 3/3] Update tidal.sh --- fragments/labels/tidal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fragments/labels/tidal.sh b/fragments/labels/tidal.sh index 30690f8..c32febb 100644 --- a/fragments/labels/tidal.sh +++ b/fragments/labels/tidal.sh @@ -2,5 +2,6 @@ tidal) name="TIDAL" type="dmg" downloadURL="https://download.tidal.com/desktop/TIDAL.dmg" + appNewVersion=$(curl -fs https://update.tidal.com/updates/latest\?v\=1 | cut -d '"' -f4 | sed -E 's/https.*\/TIDAL\.([0-9.]*)\.zip/\1/g') expectedTeamID="GK2243L7KB" ;;