Skip to content

Commit 20b9347

Browse files
author
github-actions
committed
Rebuild index
1 parent eb468d2 commit 20b9347

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.json

+28
Original file line numberDiff line numberDiff line change
@@ -100911,6 +100911,28 @@
100911100911
"com.github.haircut.pkg.avidemux"
100912100912
]
100913100913
},
100914+
"com.github.haircut.download.default-browser": {
100915+
"name": "default-browser",
100916+
"description": "Downloads the latest version of the default-browser, a command line utility for\n setting the default browser for a user on macOS.",
100917+
"repo": "autopkg/haircut-recipes",
100918+
"path": "macadmins/default-browser.download.recipe",
100919+
"shortname": "default-browser.download",
100920+
"inferred_type": "download",
100921+
"children": [
100922+
"com.github.haircut.munki.default-browser"
100923+
]
100924+
},
100925+
"com.github.haircut.munki.default-browser": {
100926+
"name": "default-browser",
100927+
"description": "Downloads the latest version of the default-browser, a command line utility for\n setting the default browser for a user on macOS, and imports into Munki.",
100928+
"repo": "autopkg/haircut-recipes",
100929+
"path": "macadmins/default-browser.munki.recipe",
100930+
"parent": "com.github.haircut.download.default-browser",
100931+
"shortname": "default-browser.munki",
100932+
"inferred_type": "munki",
100933+
"munki_display_name": "default-browser",
100934+
"munki_description": "A command line utility for setting the default browser for a user on macOS."
100935+
},
100914100936
"com.github.haircut.munki.Shottr": {
100915100937
"name": "Shottr",
100916100938
"description": "Downloads the latest version of Shottr and imports it into Munki.",
@@ -173503,6 +173525,12 @@
173503173525
"avidemux.download": [
173504173526
"com.github.haircut.download.avidemux"
173505173527
],
173528+
"default-browser.download": [
173529+
"com.github.haircut.download.default-browser"
173530+
],
173531+
"default-browser.munki": [
173532+
"com.github.haircut.munki.default-browser"
173533+
],
173506173534
"Shottr.munki": [
173507173535
"com.github.haircut.munki.Shottr"
173508173536
],

0 commit comments

Comments
 (0)