new labels after merge

This commit is contained in:
Armin Briegel
2021-08-16 15:49:43 +02:00
parent bb6058c7f6
commit dcba9f9eb7
296 changed files with 2769 additions and 3638 deletions

View File

@@ -0,0 +1,14 @@
proxyman)
name="Proxyman"
type="dmg"
downloadURL="https://proxyman.io/release/osx/Proxyman_latest.dmg"
expectedTeamID="3X57WP8E8V"
appNewVersion=$(curl -s -L https://github.com/ProxymanApp/Proxyman | grep -o 'releases/tag/.*\>' | awk -F '/' '{print $3}')
;;
pymol)
name="PyMOL"
type="dmg"
downloadURL=$(curl -s -L "https://pymol.org/" | grep -m 1 -Eio 'href="https://pymol.org/installers/PyMOL-(.*)-MacOS(.*).dmg"' | cut -c7- | sed -e 's/"$//')
expectedTeamID="26SDDJ756N"
;;