Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time.
Cannot retrieve contributors at this time
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Description</key> | |
| <string>Download recipe for FileMaker Pro 13.</string> | |
| <key>Identifier</key> | |
| <string>com.github.bradclare.download.filemakerpro13</string> | |
| <key>Input</key> | |
| <dict> | |
| <key>NAME</key> | |
| <string>FileMakerPro13</string> | |
| <key>DOWNLOAD_URL</key> | |
| <string>http://fmdl.filemaker.com/TBUB/13/fmp_trial_fm_13.0.9.904.dmg</string> | |
| </dict> | |
| <key>MinimumVersion</key> | |
| <string>0.2.0</string> | |
| <key>Process</key> | |
| <array> | |
| <dict> | |
| <key>Processor</key> | |
| <string>URLDownloader</string> | |
| <key>Arguments</key> | |
| <dict> | |
| <key>url</key> | |
| <string>%DOWNLOAD_URL%</string> | |
| <key>filename</key> | |
| <string>%NAME%.dmg</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>Processor</key> | |
| <string>EndOfCheckPhase</string> | |
| </dict> | |
| </array> | |
| </dict> | |
| </plist> |