From 088b4aab2f8b38cc8eec333c89965ae8b1b2db25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 20 May 2021 13:47:13 +0200 Subject: [PATCH] Incorrect version in camostudio Thanks for find the URL with release-notes, but the original version returned had too much content. Current version is only 1.3.4, not "1.3.4.4648". But in the little square on the right side above the download link is the version, so I took that. --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 5c25ca9..6349abf 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1143,7 +1143,7 @@ camostudio) name="Camo Studio" type="zip" downloadURL="https://reincubate.com/res/labs/camo/camo-macos-latest.zip" - appNewVersion=$(curl -s -L https://reincubate.com/support/camo/release-notes/ | grep -m2 "title is-5" | tail -n1 | grep -o -e "name=.*\"" | awk -F '=' '{print $2}' | sed 's/\"//g') + appNewVersion=$(curl -s -L https://reincubate.com/support/camo/release-notes/ | grep -m2 "has-m-t-0" | head -1 | cut -d ">" -f2 | cut -d " " -f1) expectedTeamID="Q248YREB53" ;; camtasia)