From 41eb7421a3dfb8508b64ad9cbd67e6a48a01281c Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Nov 2024 08:16:44 +0000 Subject: [PATCH] Rebuild index --- index.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/index.json b/index.json index d4d4187..e188f08 100644 --- a/index.json +++ b/index.json @@ -135872,6 +135872,18 @@ "shortname": "Cyberduck.jamf-upload", "inferred_type": "jamf-upload" }, + "com.github.davidbpirie.pkg.WebexAudioDriver": { + "name": "WebexAudioDriver", + "description": "Downloads the Cisco Webex Audio Driver Package from the Cisco Webex\nHelp Center page:\nhttps://help.webex.com/en-us/article/WBX9000031110/Cisco-Webex-Audio-Driver-Package-Download-for-Mac\nas a pkg, verifies the code signature, then finds the version.\n", + "repo": "autopkg/davidbpirie-recipes", + "path": "Webex/WebexAudioDriver.pkg.recipe.yaml", + "parent": "com.github.davidbpirie.download.WebexAudioDriver", + "shortname": "WebexAudioDriver.pkg", + "inferred_type": "pkg", + "children": [ + "com.github.davidbpirie.jamf-upload.WebexAudioDriver" + ] + }, "com.github.davidbpirie.jamf-upload.Webex": { "name": "Webex", "description": "Downloads the latest version of Webex and creates a package, then\nuploads the package to Jamf Pro.\n\nInput \"url\" can be one of two:\nIntel: https://binaries.webex.com/webex-macos-intel/Webex.dmg\nAppleSilicon: https://binaries.webex.com/webex-macos-apple-silicon/Webex.dmg\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", @@ -135881,6 +135893,26 @@ "shortname": "Webex.jamf-upload", "inferred_type": "jamf-upload" }, + "com.github.davidbpirie.jamf-upload.WebexAudioDriver": { + "name": "WebexAudioDriver", + "description": "Downloads the Cisco Webex Audio Driver Package from the Cisco Webex\nHelp Center page:\nhttps://help.webex.com/en-us/article/WBX9000031110/Cisco-Webex-Audio-Driver-Package-Download-for-Mac\nas a pkg, verifies the code signature, then finds the version, then\nuploads the package 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", + "repo": "autopkg/davidbpirie-recipes", + "path": "Webex/WebexAudioDriver.jamf-upload.recipe.yaml", + "parent": "com.github.davidbpirie.pkg.WebexAudioDriver", + "shortname": "WebexAudioDriver.jamf-upload", + "inferred_type": "jamf-upload" + }, + "com.github.davidbpirie.download.WebexAudioDriver": { + "name": "WebexAudioDriver", + "description": "Downloads the Cisco Webex Audio Driver Package from the Cisco Webex\nHelp Center page:\nhttps://help.webex.com/en-us/article/WBX9000031110/Cisco-Webex-Audio-Driver-Package-Download-for-Mac\nas a pkg, then verifies the code signature.\n", + "repo": "autopkg/davidbpirie-recipes", + "path": "Webex/WebexAudioDriver.download.recipe.yaml", + "shortname": "WebexAudioDriver.download", + "inferred_type": "download", + "children": [ + "com.github.davidbpirie.pkg.WebexAudioDriver" + ] + }, "com.github.davidbpirie.download.Termius": { "name": "Termius", "description": "Downloads the latest version of Termius.\n", @@ -180806,9 +180838,18 @@ "Cyberduck.jamf-upload": [ "com.github.davidbpirie.jamf-upload.Cyberduck" ], + "WebexAudioDriver.pkg": [ + "com.github.davidbpirie.pkg.WebexAudioDriver" + ], "Webex.jamf-upload": [ "com.github.davidbpirie.jamf-upload.Webex" ], + "WebexAudioDriver.jamf-upload": [ + "com.github.davidbpirie.jamf-upload.WebexAudioDriver" + ], + "WebexAudioDriver.download": [ + "com.github.davidbpirie.download.WebexAudioDriver" + ], "Termius.jamf-upload": [ "com.github.davidbpirie.jamf-upload.Termius" ],