Skip to content

Commit 0f3ecbb

Browse files
author
github-actions
committed
Rebuild index
1 parent a7611e5 commit 0f3ecbb

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

index.json

+36-9
Original file line numberDiff line numberDiff line change
@@ -68757,7 +68757,7 @@
6875768757
},
6875868758
"com.github.bnpl.autopkg.download.voltera": {
6875968759
"name": "Voltera",
68760-
"description": "Downloads the current release version of Voltera software.",
68760+
"description": "Downloads the current release version of Voltera V-One software.",
6876168761
"repo": "autopkg/bnpl-recipes",
6876268762
"path": "Voltera/Voltera.download.recipe",
6876368763
"shortname": "Voltera.download",
@@ -68869,6 +68869,7 @@
6886968869
"description": "Downloads the current release version of Oracle Java SE DK 9.",
6887068870
"repo": "autopkg/bnpl-recipes",
6887168871
"path": "Oracle/OracleJavaSEDK9.download.recipe",
68872+
"deprecated": true,
6887268873
"shortname": "OracleJavaSEDK9.download",
6887368874
"inferred_type": "download",
6887468875
"children": [
@@ -68973,7 +68974,7 @@
6897368974
},
6897468975
"com.github.bnpl.autopkg.munki.postman": {
6897568976
"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\".",
6897768978
"repo": "autopkg/bnpl-recipes",
6897868979
"path": "Postman/Postman.munki.recipe",
6897968980
"parent": "com.github.bnpl.autopkg.pkg.postman",
@@ -68996,7 +68997,7 @@
6899668997
},
6899768998
"com.github.bnpl.autopkg.download.postman": {
6899868999
"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",
6900069001
"repo": "autopkg/bnpl-recipes",
6900169002
"path": "Postman/Postman.download.recipe",
6900269003
"shortname": "Postman.download",
@@ -69135,6 +69136,18 @@
6913569136
"com.github.almenscorner.intune.intellijideaue"
6913669137
]
6913769138
},
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+
},
6913869151
"com.github.bnpl.autopkg.download.phpstorm": {
6913969152
"name": "PhpStorm",
6914069153
"description": "Downloads the current release version of PhpStorm.",
@@ -69254,6 +69267,7 @@
6925469267
"com.github.bnpl.autopkg.download.pycharmce",
6925569268
"com.github.bnpl.autopkg.download.pycharmpe",
6925669269
"com.github.bnpl.autopkg.download.intellijideaue",
69270+
"com.github.bnpl.autopkg.download.rustrover",
6925769271
"com.github.bnpl.autopkg.download.phpstorm",
6925869272
"com.github.bnpl.autopkg.download.intellijideace",
6925969273
"com.github.bnpl.autopkg.download.appcode",
@@ -69349,6 +69363,17 @@
6934969363
"com.github.bnpl.autopkg.munki.clion"
6935069364
]
6935169365
},
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+
},
6935269377
"com.github.bnpl.autopkg.download.pgadmin4": {
6935369378
"name": "pgAdmin4",
6935469379
"description": "Downloads the current release version of pgAdmin 4.",
@@ -165101,6 +165126,10 @@
165101165126
"IntelliJ-IDEA-UE.download": [
165102165127
"com.github.bnpl.autopkg.download.intellijideaue"
165103165128
],
165129+
"RustRover.download": [
165130+
"com.github.bnpl.autopkg.download.rustrover",
165131+
"com.github.dwbergstrom.download.rustrover"
165132+
],
165104165133
"IntelliJ-IDEA-CE.download": [
165105165134
"com.github.bnpl.autopkg.download.intellijideace",
165106165135
"com.github.dataJAR-recipes.download.intellijideace",
@@ -165134,6 +165163,10 @@
165134165163
"PyCharm-Edu.download": [
165135165164
"com.github.bnpl.autopkg.download.pycharmedu"
165136165165
],
165166+
"RustRover.munki": [
165167+
"com.github.bnpl.autopkg.munki.rustrover",
165168+
"com.github.dwbergstrom.munki.rustrover"
165169+
],
165137165170
"pgAdmin4.download": [
165138165171
"com.github.bnpl.autopkg.download.pgadmin4",
165139165172
"com.github.dataJAR-recipes.download.pgAdmin4"
@@ -183411,18 +183444,12 @@
183411183444
"RingCentral-arm64.download": [
183412183445
"com.github.dwbergstrom.download.RingCentral"
183413183446
],
183414-
"RustRover.download": [
183415-
"com.github.dwbergstrom.download.rustrover"
183416-
],
183417183447
"DataSpell.download": [
183418183448
"com.github.dwbergstrom.download.dataspell"
183419183449
],
183420183450
"DataSpell.munki": [
183421183451
"com.github.dwbergstrom.munki.dataspell"
183422183452
],
183423-
"RustRover.munki": [
183424-
"com.github.dwbergstrom.munki.rustrover"
183425-
],
183426183453
"CoScreen.download": [
183427183454
"com.github.dwbergstrom.download.CoScreen"
183428183455
],

0 commit comments

Comments
 (0)