mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
snapgeneviewer)
|
|
name="SnapGene Viewer"
|
|
type="dmg"
|
|
downloadURL="https://www.snapgene.com/local/targets/download.php?variant=viewer&os=mac&majorRelease=latest&minorRelease=latest"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | tr '/' '
|
|
' | grep -i "dmg" | sed -E 's/[a-zA-Z_]*_([0-9.]*)_mac\.dmg/\1/g' )
|
|
expectedTeamID="WVCV9Q8Y78"
|
|
;;
|