From 7541c3f9ff96495c87662fb18421a657a6f92725 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Nov 2024 08:15:45 +0000 Subject: [PATCH] Rebuild index --- index.json | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/index.json b/index.json index e80079b..1446128 100644 --- a/index.json +++ b/index.json @@ -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": { @@ -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.", @@ -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" @@ -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" ],