From 6b967bbac012d6fa9113e9c69bd56c331ac5cb3a Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Sun, 23 Apr 2023 22:12:04 +0000 Subject: [PATCH] (chore): Consistency of suggestion: `vcredist` --- bucket/autoit.json | 8 +++++--- bucket/dotnet-sdk.json | 2 +- bucket/erlang.json | 2 +- bucket/espanso.json | 2 +- bucket/gpac.json | 2 +- bucket/lynx.json | 2 +- bucket/mongodb.json | 2 +- bucket/mro.json | 2 +- bucket/mysql.json | 2 +- bucket/nmap.json | 2 +- bucket/oracle-instant-client.json | 2 +- bucket/ravendb.json | 2 +- bucket/rdiff-backup.json | 2 +- bucket/retdec.json | 2 +- bucket/scala-cli.json | 2 +- bucket/vapoursynth.json | 4 +++- 16 files changed, 22 insertions(+), 18 deletions(-) diff --git a/bucket/autoit.json b/bucket/autoit.json index bc3d3d5443..24b3f09f4d 100644 --- a/bucket/autoit.json +++ b/bucket/autoit.json @@ -7,9 +7,11 @@ "url": "https://www.autoitscript.com/autoit3/docs/license.htm" }, "suggest": { - "Visual C++ Redistributable 2005": "extras/vcredist2005", - "Visual C++ Redistributable 2008": "extras/vcredist2008", - "Visual C++ Redistributable 2015-2022": "extras/vcredist2022", + "vcredist": [ + "extras/vcredist2005", + "extras/vcredist2008", + "extras/vcredist2022" + ], "AutoIt Script Editor": "extras/autoit-script-editor" }, "url": "https://www.autoitscript.com/files/autoit3/autoit-v3.zip", diff --git a/bucket/dotnet-sdk.json b/bucket/dotnet-sdk.json index 9f8caa822c..63549f7015 100644 --- a/bucket/dotnet-sdk.json +++ b/bucket/dotnet-sdk.json @@ -4,7 +4,7 @@ "homepage": "https://www.microsoft.com/net/", "license": "MIT", "suggest": { - "Visual C++ Redistributable": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/erlang.json b/bucket/erlang.json index cf755fd0ce..017288f623 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -4,7 +4,7 @@ "homepage": "https://www.erlang.org", "license": "Apache-2.0", "suggest": { - "Visual C/C++ Redistributable 2013": "extras/vcredist2013" + "vcredist": "extras/vcredist2013" }, "architecture": { "64bit": { diff --git a/bucket/espanso.json b/bucket/espanso.json index d3410ae380..e90550f90c 100644 --- a/bucket/espanso.json +++ b/bucket/espanso.json @@ -4,7 +4,7 @@ "homepage": "https://espanso.org", "license": "GPL-3.0-only", "suggest": { - "Microsoft Visual C++ Redistributables": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/gpac.json b/bucket/gpac.json index 961820c762..77dec228e9 100644 --- a/bucket/gpac.json +++ b/bucket/gpac.json @@ -4,7 +4,7 @@ "homepage": "https://gpac.wp.imt.fr/", "license": "LGPL-2.1-or-later", "suggest": { - "Visual C++ Redistributable": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/lynx.json b/bucket/lynx.json index 84132161d1..169e5f12d8 100644 --- a/bucket/lynx.json +++ b/bucket/lynx.json @@ -5,7 +5,7 @@ "homepage": "https://invisible-island.net/lynx/lynx.html", "license": "GPL-2.0-only", "suggest": { - "Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013" + "vcredist": "extras/vcredist2013" }, "depends": "cacert", "url": [ diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 0ccbb90779..feea9dbd13 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -16,7 +16,7 @@ "\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\"" ], "suggest": { - "Visual C/C++ Redistributable": "extras/vcredist2022", + "vcredist": "extras/vcredist2022", "MongoDB Shell": "extras/mongosh" }, "architecture": { diff --git a/bucket/mro.json b/bucket/mro.json index d9c0f14054..5402ef6b0b 100644 --- a/bucket/mro.json +++ b/bucket/mro.json @@ -16,7 +16,7 @@ "Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements." ], "suggest": { - "Visual C/C++ Runtime": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/mysql.json b/bucket/mysql.json index 99f34e7ec6..ccbd7b1cf6 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -12,7 +12,7 @@ "To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'." ], "suggest": { - "Visual C/C++ Redistributable": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/nmap.json b/bucket/nmap.json index 45179ff2ae..39ffb161b6 100644 --- a/bucket/nmap.json +++ b/bucket/nmap.json @@ -14,7 +14,7 @@ "See: https://nmap.org/book/inst-windows.html" ], "suggest": { - "Visual C++ Redist 2008": "extras/vcredist2008" + "vcredist": "extras/vcredist2008" }, "url": "https://nmap.org/dist/nmap-7.93-setup.exe#/dl.7z", "hash": "f1160a33fb79c764cdc4c023fa700054ae2945ed91880e37348a17c010ca716f", diff --git a/bucket/oracle-instant-client.json b/bucket/oracle-instant-client.json index 6830f2489c..33e459d07c 100644 --- a/bucket/oracle-instant-client.json +++ b/bucket/oracle-instant-client.json @@ -25,7 +25,7 @@ } }, "suggest": { - "Visual C++ Redistributable": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "extract_dir": "instantclient_21_9", "env_add_path": ".", diff --git a/bucket/ravendb.json b/bucket/ravendb.json index f53655573b..16a6882480 100644 --- a/bucket/ravendb.json +++ b/bucket/ravendb.json @@ -7,7 +7,7 @@ "url": "https://ravendb.net/terms/commercial" }, "suggest": { - "Visual C++ Redistributable 2015": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/rdiff-backup.json b/bucket/rdiff-backup.json index 142944f2b6..f674c784ca 100644 --- a/bucket/rdiff-backup.json +++ b/bucket/rdiff-backup.json @@ -17,7 +17,7 @@ } }, "suggest": { - "vcredist2008": "extras/vcredist2008" + "vcredist": "extras/vcredist2008" }, "bin": "rdiff-backup.exe", "checkver": { diff --git a/bucket/retdec.json b/bucket/retdec.json index 5343b7244f..f836da61e7 100644 --- a/bucket/retdec.json +++ b/bucket/retdec.json @@ -10,7 +10,7 @@ ], "suggest": { "Python 3.4+": "python", - "Visual C++ Redistributable": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/scala-cli.json b/bucket/scala-cli.json index 7d8f9e2a9c..4d4ca35d48 100644 --- a/bucket/scala-cli.json +++ b/bucket/scala-cli.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk", - "Visual C++ Redistributable 2015-2022": "extras/vcredist2022" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/vapoursynth.json b/bucket/vapoursynth.json index 7ecfa73ffe..64e6323975 100644 --- a/bucket/vapoursynth.json +++ b/bucket/vapoursynth.json @@ -2,7 +2,9 @@ "version": "62", "description": "A video processing framework with simplicity in mind", "homepage": "https://www.vapoursynth.com", - "depends": "extras/vcredist2022", + "suggest": { + "vcredist": "extras/vcredist2022" + }, "license": "LGPL-2.1-or-later", "architecture": { "64bit": {