@@ -100911,6 +100911,28 @@
100911
100911
"com.github.haircut.pkg.avidemux"
100912
100912
]
100913
100913
},
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
+ },
100914
100936
"com.github.haircut.munki.Shottr": {
100915
100937
"name": "Shottr",
100916
100938
"description": "Downloads the latest version of Shottr and imports it into Munki.",
@@ -173503,6 +173525,12 @@
173503
173525
"avidemux.download": [
173504
173526
"com.github.haircut.download.avidemux"
173505
173527
],
173528
+ "default-browser.download": [
173529
+ "com.github.haircut.download.default-browser"
173530
+ ],
173531
+ "default-browser.munki": [
173532
+ "com.github.haircut.munki.default-browser"
173533
+ ],
173506
173534
"Shottr.munki": [
173507
173535
"com.github.haircut.munki.Shottr"
173508
173536
],
0 commit comments