Skip to content

Commit a7611e5

Browse files
author
github-actions
committed
Rebuild index
1 parent 2f9ae69 commit a7611e5

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

index.json

+29-1
Original file line numberDiff line numberDiff line change
@@ -38815,7 +38815,7 @@
3881538815
},
3881638816
"com.github.homebysix.pkg.Inkscape": {
3881738817
"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).",
3881938819
"repo": "autopkg/homebysix-recipes",
3882038820
"path": "Inkscape/Inkscape.pkg.recipe",
3882138821
"parent": "com.github.hansen-m.download.Inkscape",
@@ -69541,6 +69541,28 @@
6954169541
"com.github.dataJAR-recipes.pkg.Genymotion"
6954269542
]
6954369543
},
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+
},
6954469566
"com.github.erikng.download.Nudge": {
6954569567
"name": "Nudge",
6954669568
"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 @@
165171165193
"Genymotion.download": [
165172165194
"com.github.erikng.download.Genymotion"
165173165195
],
165196+
"PrismaAccessBrowser.download": [
165197+
"com.github.erikng.download.PrismaAccessBrowser"
165198+
],
165199+
"PrismaAccessBrowser.munki": [
165200+
"com.github.erikng.munki.PrismaAccessBrowser"
165201+
],
165174165202
"Nudge.download": [
165175165203
"com.github.erikng.download.Nudge"
165176165204
],

0 commit comments

Comments
 (0)