Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 11, 2025
1 parent 8665964 commit 658099c
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 658099c

Please sign in to comment.