diff --git a/fragments/labels/coderunner.sh b/fragments/labels/coderunner.sh index 5794101..e52ca0f 100644 --- a/fragments/labels/coderunner.sh +++ b/fragments/labels/coderunner.sh @@ -1,7 +1,7 @@ coderunner) - # credit: Erik Stam (@erikstam) name="CodeRunner" type="zip" downloadURL="https://coderunnerapp.com/download" + appNewVersion=$(curl -fsIL ${downloadURL} | grep -i "^location" | cut -d " " -f2 | sed -E 's/.*CodeRunner-([0-9.]*).zip/\1/') expectedTeamID="R4GD98AJF9" ;;