|
68757 | 68757 | },
|
68758 | 68758 | "com.github.bnpl.autopkg.download.voltera": {
|
68759 | 68759 | "name": "Voltera",
|
68760 |
| - "description": "Downloads the current release version of Voltera software.", |
| 68760 | + "description": "Downloads the current release version of Voltera V-One software.", |
68761 | 68761 | "repo": "autopkg/bnpl-recipes",
|
68762 | 68762 | "path": "Voltera/Voltera.download.recipe",
|
68763 | 68763 | "shortname": "Voltera.download",
|
|
68869 | 68869 | "description": "Downloads the current release version of Oracle Java SE DK 9.",
|
68870 | 68870 | "repo": "autopkg/bnpl-recipes",
|
68871 | 68871 | "path": "Oracle/OracleJavaSEDK9.download.recipe",
|
| 68872 | + "deprecated": true, |
68872 | 68873 | "shortname": "OracleJavaSEDK9.download",
|
68873 | 68874 | "inferred_type": "download",
|
68874 | 68875 | "children": [
|
|
68973 | 68974 | },
|
68974 | 68975 | "com.github.bnpl.autopkg.munki.postman": {
|
68975 | 68976 | "name": "Postman",
|
68976 |
| - "description": "Downloads the current release version of Postman, builds a package and imports it to Munki.", |
| 68977 | + "description": "Downloads the current release version of Postman, builds a package and imports it to Munki.\n \nIf overriding the DOWNLOAD_URL for Apple Silicon architecture, be sure to supply a\nsupported_architectures array containing the string \"arm64\".", |
68977 | 68978 | "repo": "autopkg/bnpl-recipes",
|
68978 | 68979 | "path": "Postman/Postman.munki.recipe",
|
68979 | 68980 | "parent": "com.github.bnpl.autopkg.pkg.postman",
|
|
68996 | 68997 | },
|
68997 | 68998 | "com.github.bnpl.autopkg.download.postman": {
|
68998 | 68999 | "name": "Postman",
|
68999 |
| - "description": "Downloads the current release version of Postman.", |
| 69000 | + "description": "Downloads the current release version of Postman.\n \nThe default DOWNLOAD_URL downloads the Intel version of Postman. To download \nthe Apple Silicon version of Postman, use this DOWNLOAD_URL:\nhttps://dl.pstmn.io/download/latest/osx_arm64\n", |
69000 | 69001 | "repo": "autopkg/bnpl-recipes",
|
69001 | 69002 | "path": "Postman/Postman.download.recipe",
|
69002 | 69003 | "shortname": "Postman.download",
|
|
69135 | 69136 | "com.github.almenscorner.intune.intellijideaue"
|
69136 | 69137 | ]
|
69137 | 69138 | },
|
| 69139 | + "com.github.bnpl.autopkg.download.rustrover": { |
| 69140 | + "name": "RustRover", |
| 69141 | + "description": "Downloads the current release version of RustRover.", |
| 69142 | + "repo": "autopkg/bnpl-recipes", |
| 69143 | + "path": "JetBrains/RustRover.download.recipe", |
| 69144 | + "parent": "com.github.bnpl.autopkg.download.jetbrains", |
| 69145 | + "shortname": "RustRover.download", |
| 69146 | + "inferred_type": "download", |
| 69147 | + "children": [ |
| 69148 | + "com.github.bnpl.autopkg.munki.rustrover" |
| 69149 | + ] |
| 69150 | + }, |
69138 | 69151 | "com.github.bnpl.autopkg.download.phpstorm": {
|
69139 | 69152 | "name": "PhpStorm",
|
69140 | 69153 | "description": "Downloads the current release version of PhpStorm.",
|
|
69254 | 69267 | "com.github.bnpl.autopkg.download.pycharmce",
|
69255 | 69268 | "com.github.bnpl.autopkg.download.pycharmpe",
|
69256 | 69269 | "com.github.bnpl.autopkg.download.intellijideaue",
|
| 69270 | + "com.github.bnpl.autopkg.download.rustrover", |
69257 | 69271 | "com.github.bnpl.autopkg.download.phpstorm",
|
69258 | 69272 | "com.github.bnpl.autopkg.download.intellijideace",
|
69259 | 69273 | "com.github.bnpl.autopkg.download.appcode",
|
|
69349 | 69363 | "com.github.bnpl.autopkg.munki.clion"
|
69350 | 69364 | ]
|
69351 | 69365 | },
|
| 69366 | + "com.github.bnpl.autopkg.munki.rustrover": { |
| 69367 | + "name": "RustRover", |
| 69368 | + "description": "Downloads the current release version of RustRover and imports into Munki.", |
| 69369 | + "repo": "autopkg/bnpl-recipes", |
| 69370 | + "path": "JetBrains/RustRover.munki.recipe", |
| 69371 | + "parent": "com.github.bnpl.autopkg.download.rustrover", |
| 69372 | + "shortname": "RustRover.munki", |
| 69373 | + "inferred_type": "munki", |
| 69374 | + "munki_display_name": "RustRover", |
| 69375 | + "munki_description": "A powerhouse IDE for Rust developers\n\nhttps://www.jetbrains.com/rust" |
| 69376 | + }, |
69352 | 69377 | "com.github.bnpl.autopkg.download.pgadmin4": {
|
69353 | 69378 | "name": "pgAdmin4",
|
69354 | 69379 | "description": "Downloads the current release version of pgAdmin 4.",
|
@@ -165101,6 +165126,10 @@
|
165101 | 165126 | "IntelliJ-IDEA-UE.download": [
|
165102 | 165127 | "com.github.bnpl.autopkg.download.intellijideaue"
|
165103 | 165128 | ],
|
| 165129 | + "RustRover.download": [ |
| 165130 | + "com.github.bnpl.autopkg.download.rustrover", |
| 165131 | + "com.github.dwbergstrom.download.rustrover" |
| 165132 | + ], |
165104 | 165133 | "IntelliJ-IDEA-CE.download": [
|
165105 | 165134 | "com.github.bnpl.autopkg.download.intellijideace",
|
165106 | 165135 | "com.github.dataJAR-recipes.download.intellijideace",
|
@@ -165134,6 +165163,10 @@
|
165134 | 165163 | "PyCharm-Edu.download": [
|
165135 | 165164 | "com.github.bnpl.autopkg.download.pycharmedu"
|
165136 | 165165 | ],
|
| 165166 | + "RustRover.munki": [ |
| 165167 | + "com.github.bnpl.autopkg.munki.rustrover", |
| 165168 | + "com.github.dwbergstrom.munki.rustrover" |
| 165169 | + ], |
165137 | 165170 | "pgAdmin4.download": [
|
165138 | 165171 | "com.github.bnpl.autopkg.download.pgadmin4",
|
165139 | 165172 | "com.github.dataJAR-recipes.download.pgAdmin4"
|
@@ -183411,18 +183444,12 @@
|
183411 | 183444 | "RingCentral-arm64.download": [
|
183412 | 183445 | "com.github.dwbergstrom.download.RingCentral"
|
183413 | 183446 | ],
|
183414 |
| - "RustRover.download": [ |
183415 |
| - "com.github.dwbergstrom.download.rustrover" |
183416 |
| - ], |
183417 | 183447 | "DataSpell.download": [
|
183418 | 183448 | "com.github.dwbergstrom.download.dataspell"
|
183419 | 183449 | ],
|
183420 | 183450 | "DataSpell.munki": [
|
183421 | 183451 | "com.github.dwbergstrom.munki.dataspell"
|
183422 | 183452 | ],
|
183423 |
| - "RustRover.munki": [ |
183424 |
| - "com.github.dwbergstrom.munki.rustrover" |
183425 |
| - ], |
183426 | 183453 | "CoScreen.download": [
|
183427 | 183454 | "com.github.dwbergstrom.download.CoScreen"
|
183428 | 183455 | ],
|
|
0 commit comments