mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #609 from macmangr/filemakerpro
New Label: Filemaker Pro
This commit is contained in:
8
fragments/labels/filemakerpro.sh
Normal file
8
fragments/labels/filemakerpro.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
filemakerpro)
|
||||||
|
name="FileMaker Pro"
|
||||||
|
type="dmg"
|
||||||
|
versionKey="BuildVersion"
|
||||||
|
downloadURL=$(curl -fs https://www.filemaker.com/redirects/ss.txt | grep '\"PRO..MAC\"' | tail -1 | sed "s|.*url\":\"\(.*\)\".*|\\1|")
|
||||||
|
appNewVersion=$(curl -fs https://www.filemaker.com/redirects/ss.txt | grep '\"PRO..MAC\"' | tail -1 | sed "s|.*fmp_\(.*\).dmg.*|\\1|")
|
||||||
|
expectedTeamID="J6K4T76U7W"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user