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 23, 2024
1 parent 3a5b6f3 commit ee5fa87
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit ee5fa87

Please sign in to comment.