Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created July 13, 2015 21:00
Show Gist options
  • Select an option

  • Save arubdesu/115fd1f6921cdfd20538 to your computer and use it in GitHub Desktop.

Select an option

Save arubdesu/115fd1f6921cdfd20538 to your computer and use it in GitHub Desktop.
sonicpi
<?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 SonicPi</string>
<key>Identifier</key>
<string>com.github.aanklewicz.download.sonicpi</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>SonicPi</string>
<key>URL</key>
<string>http://sonic-pi.net/</string>
</dict>
<key>MinimumVersion</key>
<string>0.3.1</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>URLTextSearcher</string>
<key>Arguments</key>
<dict>
<key>url</key>
<string>%URL%</string>
<key>re_pattern</key>
<string>(files/releases/.*?/Sonic-Pi-for-Mac-.*?.dmg)</string>
</dict>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>url</key>
<string>%URL%%match%</string>
<key>filename</key>
<string>%NAME%</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment