mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 06:13:15 +01:00
new labels after merge
This commit is contained in:
14
fragments/labels/proxyman.txt
Normal file
14
fragments/labels/proxyman.txt
Normal 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user