From 8dbabec280c7ac801736098e38824177897a5311 Mon Sep 17 00:00:00 2001 From: Theile Date: Tue, 1 Nov 2022 12:33:11 +0100 Subject: [PATCH] Create ipvisionconnect.sh --- fragments/labels/ipvisionconnect.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fragments/labels/ipvisionconnect.sh diff --git a/fragments/labels/ipvisionconnect.sh b/fragments/labels/ipvisionconnect.sh new file mode 100644 index 0000000..fd6e9d6 --- /dev/null +++ b/fragments/labels/ipvisionconnect.sh @@ -0,0 +1,9 @@ +ipvisionconnect) + name="ipvision Connect" + type="dmg" + # Description: A softphone client from ipvision.dk + downloadStore="https://my.ipvision.dk/connect/" + downloadURL="${downloadStore}$(curl -fs "https://my.ipvision.dk/connect/" | grep osx | sort | tail -1 | cut -d '"' -f2)" + appNewVersion="$(curl -fs "${downloadStore}" | grep osx | sort | tail -1 | sed -E 's/.*ipvision_connect_([0-9_]*)_osx.*/\1/' | tr "_" ".")" + expectedTeamID="5RLWBLKGL2" + ;;