Last refresh | 2025-04-04 01:50:37 |
Desciption | Downloads the current release version of Capture One and imports it into Munki for use with perpetually-licensed Capture One. Notes: - Major version upgrades of Capture One are now judged by the first and second dotted sections of the version number. Capture One 16.3 is a major version, and the forthcoming 16.4 will also be a major version--and perpetual licenses only cover a single major version. Reference: https://support.captureone.com/hc/en-us/community/posts/14386195229085-Capture-One-Pro-16-3-is-out-now-and-we-want-to-thank-you- This recipe is made for Capture One when licensed perpetually and has the following unique features/options when compared to the recipe for the subscription version of Capture One: - Has a Munki "name" of "CaptureOneX.Y" ("name"-"first_decimal_section"-"second_decimal_section") as opposed to the static name used in the subscription recipe - STOP_ON_NO_NEW_DOWNLOAD Option: Skips import if no new file was retrieved in the "download" recipe (defaults to true). Assuming a stable ETag, this allows the recipe to run (typically in an automated fashion) with force_munkiimport set to true but avoiding duplicate imports. This allows this recipe for perpetually-licensed Capture One to run in tandem with the subscription-licensed Capture One recipe - FORCE_MUNKIIMPORT Option: Controls whether force_munkiimport is enabled (defaults to true (the string value is set), switch to an empty set of string tags for false). This allows the AutoPkg admin to control the force_munkiimport behavior in case it is required - PREFERRED_CATALOG, PREFERRED_DISPLAY_NAME, and PREFERRED_NAME keys will allow an override to completely override the corresponding values in the Munki pkginfo (excluding the pipe character in the override-supplied value, since the pipe is used as a delimiter in the "TextSearcher" processor) - This recipe depends on jazzace's TextSearcher. Add jazzace's repo via: autopkg repo-add jazzace-recipes Expected uses of this recipe: - Capture One perpetual and Capture One subscription are in use: Recipe left in default state (STOP_ON_NO_NEW_DOWNLOAD is true, FORCE_MUNKIIMPORT is set) - Only Capture One perpetual licensing is in use: STOP_ON_NO_NEW_DOWNLOAD is overridden to false, FORCE_MUNKIIMPORT is overridden to a null/empty string (although the behavior _should_ be acceptable even if these variables are not overridden) |
Identifier | com.github.foigus.munki.CaptureOne |
Parent Recipes | com.github.foigus.download.CaptureOne |
Child Recipes | |
First commit | 2020-12-15 08:36:13 -0600 |
Latest commit | 2024-08-11 09:08:47 -0500 |
Score | 0.00 |
None