Skip to content

Commit 0693a9d

Browse files
author
github-actions
committed
Rebuild index
1 parent 85b339b commit 0693a9d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

index.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -137328,10 +137328,10 @@
137328137328
},
137329137329
"com.github.davidbpirie.jamf-upload.ShureWirelessWorkbench": {
137330137330
"name": "ShureWirelessWorkbench",
137331-
"description": "Downloads the latest version of Shure Wireless Workbench as a pkg\nand checks the signature, then uploads the pkg to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
137331+
"description": "Downloads the latest version of Shure Wireless Workbench as a pkg\nand checks the signature, extracts the version and copies the pkg,\nthen uploads the pkg to Jamf Pro and deletes the pkg copy.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
137332137332
"repo": "autopkg/davidbpirie-recipes",
137333137333
"path": "Shure/ShureWirelessWorkbench.jamf-upload.recipe.yaml",
137334-
"parent": "com.github.davidbpirie.download.ShureWirelessWorkbench",
137334+
"parent": "com.github.davidbpirie.pkg.ShureWirelessWorkbench",
137335137335
"shortname": "ShureWirelessWorkbench.jamf-upload",
137336137336
"inferred_type": "jamf-upload"
137337137337
},
@@ -137342,6 +137342,18 @@
137342137342
"path": "Shure/ShureWirelessWorkbench.download.recipe.yaml",
137343137343
"shortname": "ShureWirelessWorkbench.download",
137344137344
"inferred_type": "download",
137345+
"children": [
137346+
"com.github.davidbpirie.pkg.ShureWirelessWorkbench"
137347+
]
137348+
},
137349+
"com.github.davidbpirie.pkg.ShureWirelessWorkbench": {
137350+
"name": "ShureWirelessWorkbench",
137351+
"description": "Downloads the latest version of Shure Wireless Workbench as a pkg\nand checks the signature, extracts the version and copies the pkg.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
137352+
"repo": "autopkg/davidbpirie-recipes",
137353+
"path": "Shure/ShureWirelessWorkbench.pkg.recipe.yaml",
137354+
"parent": "com.github.davidbpirie.download.ShureWirelessWorkbench",
137355+
"shortname": "ShureWirelessWorkbench.pkg",
137356+
"inferred_type": "pkg",
137345137357
"children": [
137346137358
"com.github.davidbpirie.jamf-upload.ShureWirelessWorkbench"
137347137359
]
@@ -183258,6 +183270,9 @@
183258183270
"ShureWirelessWorkbench.download": [
183259183271
"com.github.davidbpirie.download.ShureWirelessWorkbench"
183260183272
],
183273+
"ShureWirelessWorkbench.pkg": [
183274+
"com.github.davidbpirie.pkg.ShureWirelessWorkbench"
183275+
],
183261183276
"OpenTextIPrint.jamf-upload": [
183262183277
"com.github.davidbpirie.jamf-upload.OpenTextIPrint"
183263183278
],

0 commit comments

Comments
 (0)