|
38815 | 38815 | },
|
38816 | 38816 | "com.github.homebysix.pkg.Inkscape": {
|
38817 | 38817 | "name": "Inkscape",
|
38818 |
| - "description": "Downloads the latest version of Inkscape and builds a package.", |
| 38818 | + "description": "Downloads the latest version of Inkscape and builds a package.\nIf you need to deploy both Intel and Apple Silicon versions of this app, use the NAME input variable\nin your override to add architecture information to your package name (e.g., Inkscape-Intel).", |
38819 | 38819 | "repo": "autopkg/homebysix-recipes",
|
38820 | 38820 | "path": "Inkscape/Inkscape.pkg.recipe",
|
38821 | 38821 | "parent": "com.github.hansen-m.download.Inkscape",
|
|
69541 | 69541 | "com.github.dataJAR-recipes.pkg.Genymotion"
|
69542 | 69542 | ]
|
69543 | 69543 | },
|
| 69544 | + "com.github.erikng.download.PrismaAccessBrowser": { |
| 69545 | + "name": "PrismaAccessBrowser", |
| 69546 | + "description": "Downloads latest Prisma Access Browser.", |
| 69547 | + "repo": "autopkg/erikng-recipes", |
| 69548 | + "path": "PaloAltoNetworks/PrismaAccessBrowser.download.recipe", |
| 69549 | + "shortname": "PrismaAccessBrowser.download", |
| 69550 | + "inferred_type": "download", |
| 69551 | + "children": [ |
| 69552 | + "com.github.erikng.munki.PrismaAccessBrowser" |
| 69553 | + ] |
| 69554 | + }, |
| 69555 | + "com.github.erikng.munki.PrismaAccessBrowser": { |
| 69556 | + "name": "PrismaAccessBrowser", |
| 69557 | + "description": "Downloads latest Prisma Access Browser release and imports into Munki.", |
| 69558 | + "repo": "autopkg/erikng-recipes", |
| 69559 | + "path": "PaloAltoNetworks/PrismaAccessBrowser.munki.recipe", |
| 69560 | + "parent": "com.github.erikng.download.PrismaAccessBrowser", |
| 69561 | + "shortname": "PrismaAccessBrowser.munki", |
| 69562 | + "inferred_type": "munki", |
| 69563 | + "munki_display_name": "Prisma Access Browser", |
| 69564 | + "munki_description": "Prisma Access Browser extends SASE protection seamlessly to every device, bringing unmatched agility, security, and control to your business." |
| 69565 | + }, |
69544 | 69566 | "com.github.erikng.download.Nudge": {
|
69545 | 69567 | "name": "Nudge",
|
69546 | 69568 | "description": "Nudge is application for enforcing macOS updates.\nSet PRERELEASE to a non-empty string to download prereleases, either\nvia Input in an override or via the -k option,\ni.e.: `-k PRERELEASE=yes`\n\nSet TYPE to \"_Suite\" string to download the new Nudge Suite, either\nvia Input in an override or via the -k option,\ni.e.: `-k TYPE=_Suite`",
|
@@ -165171,6 +165193,12 @@
|
165171 | 165193 | "Genymotion.download": [
|
165172 | 165194 | "com.github.erikng.download.Genymotion"
|
165173 | 165195 | ],
|
| 165196 | + "PrismaAccessBrowser.download": [ |
| 165197 | + "com.github.erikng.download.PrismaAccessBrowser" |
| 165198 | + ], |
| 165199 | + "PrismaAccessBrowser.munki": [ |
| 165200 | + "com.github.erikng.munki.PrismaAccessBrowser" |
| 165201 | + ], |
165174 | 165202 | "Nudge.download": [
|
165175 | 165203 | "com.github.erikng.download.Nudge"
|
165176 | 165204 | ],
|
|
0 commit comments