diff --git a/index.json b/index.json index 31c5767..ec58012 100644 --- a/index.json +++ b/index.json @@ -143431,6 +143431,46 @@ "shortname": "TopazPhotoAI.pkg", "inferred_type": "pkg" }, + "com.github.markkenny.autopkg.download.dotnet8sdk-universal": { + "name": "DotNet 8 SDK", + "description": "Downloads both ARM and INTEL versions of the Microsoft DotNet 8 SDK. Working!!", + "repo": "autopkg/markkenny-recipes", + "path": "Microsoft DotNet/DotNet 8 SDK-Universal.download.recipe.yaml", + "shortname": "DotNet 8 SDK-Universal.download", + "inferred_type": "download", + "children": [ + "com.github.markkenny.autopkg.pkg.dotnet8sdk-universal" + ] + }, + "com.github.markkenny.autopkg.download.dotnet9sdk-universal": { + "name": "DotNet 9 SDK", + "description": "Downloads both ARM and INTEL versions of the Microsoft DotNet 9 SDK. Working!!", + "repo": "autopkg/markkenny-recipes", + "path": "Microsoft DotNet/DotNet 9 SDK-Universal.download.recipe.yaml", + "shortname": "DotNet 9 SDK-Universal.download", + "inferred_type": "download", + "children": [ + "com.github.markkenny.autopkg.pkg.dotnet9sdk-universal" + ] + }, + "com.github.markkenny.autopkg.pkg.dotnet9sdk-universal": { + "name": "DotNet-9-SDK", + "description": "Packages both ARM and INTEL versions of the Microsoft DotNet 9 SDK. Working!!", + "repo": "autopkg/markkenny-recipes", + "path": "Microsoft DotNet/DotNet 9 SDK-Universal.pkg.recipe.yaml", + "parent": "com.github.markkenny.autopkg.download.dotnet9sdk-universal", + "shortname": "DotNet 9 SDK-Universal.pkg", + "inferred_type": "pkg" + }, + "com.github.markkenny.autopkg.pkg.dotnet8sdk-universal": { + "name": "DotNet-8-SDK", + "description": "Packages both ARM and INTEL versions of the Microsoft DotNet 8 SDK. Working!!", + "repo": "autopkg/markkenny-recipes", + "path": "Microsoft DotNet/DotNet 8 SDK-Universal.pkg.recipe.yaml", + "parent": "com.github.markkenny.autopkg.download.dotnet8sdk-universal", + "shortname": "DotNet 8 SDK-Universal.pkg", + "inferred_type": "pkg" + }, "com.github.markkenny.autopkg.download.OpenWebStart": { "name": "OpenWebStart", "description": "Download the latest release of the OpenWebStart installer from GitHub. Taken from NStraus and added platform", @@ -143497,13 +143537,17 @@ "repo": "autopkg/markkenny-recipes", "path": "LucidLink/LucidLink.download.recipe.yaml", "shortname": "LucidLink.download", - "inferred_type": "download" + "inferred_type": "download", + "children": [ + "com.github.markkenny.autopkg.pkg.lucidlink" + ] }, "com.github.markkenny.autopkg.pkg.lucidlink": { "name": "LucidLink", "description": "Packages the current version of LucidLink. The new KEXTLESS version!!!", "repo": "autopkg/markkenny-recipes", "path": "LucidLink/LucidLink.pkg.recipe.yaml", + "parent": "com.github.markkenny.autopkg.download.lucidlink", "shortname": "LucidLink.pkg", "inferred_type": "pkg" }, @@ -183695,6 +183739,18 @@ "TopazPhotoAI.pkg": [ "com.github.markkenny.autopkg.pkg.topaz-photo-ai" ], + "DotNet 8 SDK-Universal.download": [ + "com.github.markkenny.autopkg.download.dotnet8sdk-universal" + ], + "DotNet 9 SDK-Universal.download": [ + "com.github.markkenny.autopkg.download.dotnet9sdk-universal" + ], + "DotNet 9 SDK-Universal.pkg": [ + "com.github.markkenny.autopkg.pkg.dotnet9sdk-universal" + ], + "DotNet 8 SDK-Universal.pkg": [ + "com.github.markkenny.autopkg.pkg.dotnet8sdk-universal" + ], "Workfront-Proof.pkg": [ "com.github.markkenny.autopkg.pkg.adobe-workfront-proof" ],