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 25, 2024
1 parent c17f7e6 commit 6938fc1
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17974,10 +17974,23 @@
"name": "Ghostscript",
"description": "Download the latest version of Ghostscript and imports it into Munki.",
"repo": "autopkg/joshua-d-miller-recipes",
"path": "Ghostscript/Ghostscript.download.recipe",
"path": "Ghostscript/Ghostscript.munki.recipe",
"parent": "com.github.joshua-d-miller.download.ghostscript",
"shortname": "Ghostscript.munki",
"inferred_type": "munki",
"munki_display_name": "Ghostscript",
"munki_description": "Ghostscript is an interpreter for the PostScript\u00ae language and PDF files. It is available under either the GNU GPL Affero license or licensed for commercial use from Artifex Software, Inc. It has been under active development for over 30 years and has been ported to several different systems during this time. Ghostscript consists of a PostScript interpreter layer and a graphics library."
},
"com.github.joshua-d-miller.download.ghostscript": {
"name": "Ghostscript",
"description": "Downloads the latest verison of Ghostscript",
"repo": "autopkg/joshua-d-miller-recipes",
"path": "Ghostscript/Ghostscript.download.recipe",
"shortname": "Ghostscript.download",
"inferred_type": "download"
"inferred_type": "download",
"children": [
"com.github.joshua-d-miller.autopkg.munki.ghostscript"
]
},
"com.github.joshua-d-miller.autopkg.munki.mblock": {
"name": "mBlock",
Expand Down Expand Up @@ -45139,6 +45152,7 @@
"description": "Downloads the current release of Outset from Github.",
"repo": "autopkg/grahamgilbert-recipes",
"path": "outset/outset.download.recipe",
"deprecated": true,
"shortname": "outset.download",
"inferred_type": "download",
"children": [
Expand All @@ -45165,6 +45179,7 @@
"repo": "autopkg/grahamgilbert-recipes",
"path": "outset/outset.munki.recipe",
"parent": "com.github.grahamgilbert.download.outset",
"deprecated": true,
"shortname": "outset.munki",
"inferred_type": "munki",
"munki_display_name": null,
Expand Down Expand Up @@ -131372,15 +131387,15 @@
"com.github.TekTekkers.munki.DaVinciResolveStudio19"
]
},
"com.github.tektekkers.download.heliconfocus": {
"com.github.TekTekkers.download.HeliconFocus": {
"name": "HeliconFocus",
"description": "Downloads the latest version of Helicon Focus and Helicon 3D Viewer.",
"description": "Downloads the latest version of Helicon Focus, including both HeliconFocus.app and Helicon3DViewer.app.",
"repo": "autopkg/TekTekkers-recipes",
"path": "Helicon Soft s.r.o./HeliconFocus.download.recipe",
"shortname": "HeliconFocus.download",
"inferred_type": "download",
"children": [
"com.github.tektekkers.munki.heliconfocus"
"com.github.TekTekkers.munki.HeliconFocus"
]
},
"com.github.TekTekkers.munki.HeliconRemote": {
Expand All @@ -131394,16 +131409,16 @@
"munki_display_name": "HeliconRemote",
"munki_description": "Helicon Remote is a utility that automates focus and exposure bracketing."
},
"com.github.tektekkers.munki.heliconfocus": {
"com.github.TekTekkers.munki.HeliconFocus": {
"name": "HeliconFocus",
"description": "Packages Helicon Focus and Helicon 3D Viewer for Munki.",
"description": "Downloads the latest version of Helicon Focus, including both HeliconFocus.app and Helicon3DViewer.app, and imports them into Munki.",
"repo": "autopkg/TekTekkers-recipes",
"path": "Helicon Soft s.r.o./HeliconFocus.munki.recipe",
"parent": "com.github.tektekkers.download.heliconfocus",
"parent": "com.github.TekTekkers.download.HeliconFocus",
"shortname": "HeliconFocus.munki",
"inferred_type": "munki",
"munki_display_name": "HeliconFocus",
"munki_description": "Helicon Focus is an advanced focus stacking software, including Helicon 3D Viewer for 3D visualization."
"munki_description": "Helicon Focus is an advanced focus stacking software, also includes Helicon 3D Viewer."
},
"com.github.TekTekkers.download.HeliconRemote": {
"name": "HeliconRemote",
Expand Down Expand Up @@ -150055,7 +150070,7 @@
"com.github.joshua-d-miller.autopkg.munki.ghostscript"
],
"Ghostscript.download": [
"com.github.joshua-d-miller.autopkg.munki.ghostscript"
"com.github.joshua-d-miller.download.ghostscript"
],
"mBlock.munki": [
"com.github.joshua-d-miller.autopkg.munki.mblock",
Expand Down Expand Up @@ -179681,13 +179696,13 @@
"com.github.TekTekkers.download.DaVinciResolveStudio19"
],
"HeliconFocus.download": [
"com.github.tektekkers.download.heliconfocus"
"com.github.TekTekkers.download.HeliconFocus"
],
"HeliconRemote.munki": [
"com.github.TekTekkers.munki.HeliconRemote"
],
"HeliconFocus.munki": [
"com.github.tektekkers.munki.heliconfocus"
"com.github.TekTekkers.munki.HeliconFocus"
],
"HeliconRemote.download": [
"com.github.TekTekkers.download.HeliconRemote"
Expand Down

0 comments on commit 6938fc1

Please sign in to comment.