From ee5fa877b39ea4119a025baf0b73536b74c4cc6e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Nov 2024 00:50:00 +0000 Subject: [PATCH] Rebuild index --- index.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/index.json b/index.json index 2d2a04e..d4d4187 100644 --- a/index.json +++ b/index.json @@ -82650,6 +82650,28 @@ "munki_display_name": "Autodesk EAGLE", "munki_description": "EAGLE free download is a limited version for hobbyists including 2 schematic sheets, 2 signal layers, and an 80cm2 board area." }, + "com.github.dataJAR-recipes.munki.Outset": { + "name": "Outset", + "description": "Downloads the current release of Outset from Github and imports into Munki.\n\nSet the DERIVE_MIN_OS variable to a non-empty string to set the minimum_os_version via MunkiInstallsItemsCreator. This requires a minimum AutoPkg version of 2.7 please update if you're not already running it.", + "repo": "autopkg/dataJAR-recipes", + "path": "Outset/Outset.munki.recipe", + "parent": "com.github.dataJAR-recipes.download.Outset", + "shortname": "Outset.munki", + "inferred_type": "munki", + "munki_display_name": "Outset", + "munki_description": "Outset is a utility application which automatically processes scripts and packages during the boot sequence, user logins, or on demand." + }, + "com.github.dataJAR-recipes.download.Outset": { + "name": "Outset", + "description": "Downloads the current release of Outset from Github.\n\nSet PRERELEASE to a non-empty string to download prereleases, either\nvia Input in an override or via the -k option,\ni.e.: `-k PRERELEASE=yes", + "repo": "autopkg/dataJAR-recipes", + "path": "Outset/Outset.download.recipe", + "shortname": "Outset.download", + "inferred_type": "download", + "children": [ + "com.github.dataJAR-recipes.munki.Outset" + ] + }, "com.github.dataJAR-recipes.download.Isadora 3": { "name": "Isadora3", "description": "Downloads the latest version of Isadora 3.", @@ -167239,6 +167261,12 @@ "Autodesk EAGLE.munki": [ "com.github.dataJAR-recipes.munki.Autodesk EAGLE" ], + "Outset.munki": [ + "com.github.dataJAR-recipes.munki.Outset" + ], + "Outset.download": [ + "com.github.dataJAR-recipes.download.Outset" + ], "Isadora 3.download": [ "com.github.dataJAR-recipes.download.Isadora 3" ],