mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-14 05:11:57 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user