From e1e64d5e7e0c3e0f8b93571687a3f55b7a29974d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 24 Aug 2022 10:10:06 +0200 Subject: [PATCH] `coderunner` with `appNewVersion` --- fragments/labels/coderunner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;