diff --git a/fragments/labels/zotero.sh b/fragments/labels/zotero.sh new file mode 100644 index 0000000..ef54e67 --- /dev/null +++ b/fragments/labels/zotero.sh @@ -0,0 +1,8 @@ +zotero) + name="Zotero" + type="dmg" + downloadURL="https://www.zotero.org/download/client/dl?channel=release&platform=mac&version=$(curl -fs "https://www.zotero.org/download/" | grep -Eio '"mac":"(.*)' | cut -d '"' -f 4)" + expectedTeamID="8LAYR367YV" + appNewVersion=$(curl -fs "https://www.zotero.org/download/" | grep -Eio '"mac":"(.*)' | cut -d '"' -f 4) + #Company="Corporation for Digital Scholarship" + ;;