Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent ee5fa87 commit 41eb742
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 41eb742

Please sign in to comment.