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 27, 2024
1 parent 7d1bbdd commit 7541c3f
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -124903,7 +124903,8 @@
"inferred_type": "download",
"children": [
"com.github.mlbz521.pkg.DFUBlaster",
"com.github.kevinmcox.munki.DFUBlaster"
"com.github.kevinmcox.munki.DFUBlaster",
"com.github.davidbpirie.pkg.DFUBlaster"
]
},
"com.github.kevinmcox.download.Apparency": {
Expand Down Expand Up @@ -134227,6 +134228,27 @@
"com.github.davidbpirie.jamf-upload.AzulZuluJava"
]
},
"com.github.davidbpirie.jamf-upload.DFUBlaster": {
"name": "DFUBlaster",
"description": "Downloads the latest version of DFU Blaster as a dmg, verifies the\ncode signature, finds the version, and copies the pkg, then uploads\nthe 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": "Twocanoes Software/DFUBlaster.jamf-upload.recipe.yaml",
"parent": "com.github.davidbpirie.pkg.DFUBlaster",
"shortname": "DFUBlaster.jamf-upload",
"inferred_type": "jamf-upload"
},
"com.github.davidbpirie.pkg.DFUBlaster": {
"name": "DFUBlaster",
"description": "Downloads the latest version of DFU Blaster as a dmg, verifies the\ncode signature, then finds the version and copies the pkg.\n",
"repo": "autopkg/davidbpirie-recipes",
"path": "Twocanoes Software/DFUBlaster.pkg.recipe.yaml",
"parent": "com.github.kevinmcox.download.DFUBlaster",
"shortname": "DFUBlaster.pkg",
"inferred_type": "pkg",
"children": [
"com.github.davidbpirie.jamf-upload.DFUBlaster"
]
},
"com.github.davidbpirie.download.OrkaDesktop": {
"name": "OrkaDesktop",
"description": "Downloads the latest version of Orka Desktop.",
Expand Down Expand Up @@ -176589,7 +176611,8 @@
"com.github.mlbz521.download.AmazonCorrettoOpenJDK-Universal"
],
"DFUBlaster.pkg": [
"com.github.mlbz521.pkg.DFUBlaster"
"com.github.mlbz521.pkg.DFUBlaster",
"com.github.davidbpirie.pkg.DFUBlaster"
],
"Stata.pkg": [
"com.github.mlbz521.pkg.Stata"
Expand Down Expand Up @@ -180453,6 +180476,9 @@
"AzulZuluJava.pkg": [
"com.github.davidbpirie.pkg.AzulZuluJava"
],
"DFUBlaster.jamf-upload": [
"com.github.davidbpirie.jamf-upload.DFUBlaster"
],
"OrkaDesktop.download": [
"com.github.davidbpirie.download.OrkaDesktop"
],
Expand Down

0 comments on commit 7541c3f

Please sign in to comment.