Processor BrewCaskInfoProvider - autopkg/autopkg GitHub Wiki

BrewCaskInfoProvider

[!NOTE] This page is automatically generated by GitHub Actions when a new release is tagged. Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

ATTENTION: This processor is deprecated, may not work as expected with all known Casks, and may be removed in a future release of AutoPkg. Description follows: Provides crowd-sourced URL and version info from thousands of applications listed in brew-cask: https://github.com/caskroom/homebrew-cask. See available apps: https://github.com/caskroom/homebrew-cask/tree/master/Casks

Input Variables

  • cask_name:
    • required: True
    • description: Name of cask to fetch, as would be given to the 'brew' command. Example: 'audacity'

Output Variables

  • url:
    • description: URL for the Cask's download.
  • version:
    • description: Version info from formula. Depending on the nature of the formula and stability of the URL, this might be simply 'latest'. It's provided here for convenience in the recipe.