From 811a7bc6610ba10cbb1b564bdc77f288f37c2480 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 21 Mar 2022 21:26:57 +0800 Subject: [PATCH] (chore): Replace vcredist 2015-2019 with 2022 --- bucket/bind.json | 2 +- bucket/cloak.json | 2 +- bucket/cobalt.json | 2 +- bucket/cormanlisp.json | 2 +- bucket/dotnet-sdk.json | 2 +- bucket/espanso.json | 2 +- bucket/lsd.json | 2 +- bucket/mongodb.json | 2 +- bucket/mono.json | 2 +- bucket/mro.json | 2 +- bucket/mvndaemon.json | 4 ++-- bucket/mysql.json | 2 +- bucket/neovim.json | 2 +- bucket/oracle-instant-client.json | 2 +- bucket/php-nts.json | 2 +- bucket/php.json | 2 +- bucket/prs.json | 2 +- bucket/ravendb.json | 2 +- bucket/ripgrep.json | 2 +- bucket/starship.json | 2 +- bucket/tre-command.json | 2 +- bucket/trojan.json | 2 +- bucket/zig.json | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/bucket/bind.json b/bucket/bind.json index 9a3043847b..2dc74339d4 100644 --- a/bucket/bind.json +++ b/bucket/bind.json @@ -5,7 +5,7 @@ "license": "MPL-2.0", "notes": "The 9.16 branch is the last stable Windows release of BIND. It is recommended to use the latest stable version through WSL instead. Please read the following for more info: https://www.isc.org/blogs/bind-update-summer2021/", "suggest": { - "vcredist": "extras/vcredist2017" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/cloak.json b/bucket/cloak.json index 0b3b799f71..4f47a170aa 100644 --- a/bucket/cloak.json +++ b/bucket/cloak.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/evansmurithi/cloak", "license": "MIT", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/cobalt.json b/bucket/cobalt.json index c0fe9bf993..f4d37019e7 100644 --- a/bucket/cobalt.json +++ b/bucket/cobalt.json @@ -4,7 +4,7 @@ "homepage": "https://cobalt-org.github.io/", "license": "MIT", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/cormanlisp.json b/bucket/cormanlisp.json index 4817c67ebd..5f11e00a50 100644 --- a/bucket/cormanlisp.json +++ b/bucket/cormanlisp.json @@ -5,7 +5,7 @@ "license": "MIT", "notes": "Please restart your command line for CORMANLISP_HOME to take effect. Consider installing .", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "url": "https://github.com/sharplispers/cormanlisp/releases/download/v3.1.2b/CormanLisp-3.1.2b.zip", "hash": "8bf722bd919a69ff743e2ae6448fcb3ccbc8be8b3ef746e6acc5cdcb1853ea95", diff --git a/bucket/dotnet-sdk.json b/bucket/dotnet-sdk.json index 147e7a7b0d..7918c4e964 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 2019": "extras/vcredist2019" + "Visual C++ Redistributable": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/espanso.json b/bucket/espanso.json index 773224f5a8..3d3e8f36ab 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 2019": "extras/vcredist2019" + "Microsoft Visual C++ Redistributables": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/lsd.json b/bucket/lsd.json index 399e20012b..3ab05ee022 100644 --- a/bucket/lsd.json +++ b/bucket/lsd.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/Peltoche/lsd", "license": "Apache-2.0", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 6786bdf5cc..aa8c5c5b1d 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 2017": "extras/vcredist2017" + "Visual C/C++ Redistributable": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/mono.json b/bucket/mono.json index ae605d7c19..b7692dd4f0 100644 --- a/bucket/mono.json +++ b/bucket/mono.json @@ -6,7 +6,7 @@ "suggest": { "vcredist": [ "extras/vcredist2013", - "extras/vcredist2015" + "extras/vcredist2022" ] }, "architecture": { diff --git a/bucket/mro.json b/bucket/mro.json index c4408b2d82..0ab03485a1 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 2015": "extras/vcredist2019" + "Visual C/C++ Runtime": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/mvndaemon.json b/bucket/mvndaemon.json index 3af6c7aa72..76bcbcd0b6 100644 --- a/bucket/mvndaemon.json +++ b/bucket/mvndaemon.json @@ -5,12 +5,12 @@ "license": "Apache-2.0", "notes": [ "Maven requires a properly configured JAVA_HOME environment variable.", - "If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2019", + "If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2022", "See https://github.com/oracle/graal/issues/1762 for more information." ], "suggest": { "JDK": "java/openjdk", - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/mysql.json b/bucket/mysql.json index 0728dc667b..cb96333756 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 2017": "extras/vcredist2017" + "Visual C/C++ Redistributable": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/neovim.json b/bucket/neovim.json index 9ffaedc920..1aee383459 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -7,7 +7,7 @@ "url": "https://github.com/neovim/neovim/blob/master/LICENSE" }, "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/oracle-instant-client.json b/bucket/oracle-instant-client.json index 048c833e8b..4d857a9237 100644 --- a/bucket/oracle-instant-client.json +++ b/bucket/oracle-instant-client.json @@ -25,7 +25,7 @@ } }, "suggest": { - "Visual C++ 2017 Redistributable": "extras/vcredist2017" + "Visual C++ Redistributable": "extras/vcredist2022" }, "extract_dir": "instantclient_21_3", "env_add_path": ".", diff --git a/bucket/php-nts.json b/bucket/php-nts.json index c18e20b8d5..18cd8b334c 100644 --- a/bucket/php-nts.json +++ b/bucket/php-nts.json @@ -4,7 +4,7 @@ "homepage": "https://windows.php.net/", "license": "PHP-3.01", "suggest": { - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/php.json b/bucket/php.json index ef5ceab78f..6ed670ba12 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -4,7 +4,7 @@ "homepage": "https://windows.php.net/", "license": "PHP-3.01", "suggest": { - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/prs.json b/bucket/prs.json index 890c9fa7f2..916d9751c0 100644 --- a/bucket/prs.json +++ b/bucket/prs.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/timvisee/prs", "license": "GPL-3.0-only", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "depends": [ "git", diff --git a/bucket/ravendb.json b/bucket/ravendb.json index fbef781d88..0428ebf5cc 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/vcredist2015" + "Visual C++ Redistributable 2015": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index 802eb5d367..7bec315f57 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/starship.json b/bucket/starship.json index 83f50fcc79..2e744c0257 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -8,7 +8,7 @@ "Prerequisites: A Powerline font installed and enabled in your terminal." ], "suggest": { - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/tre-command.json b/bucket/tre-command.json index eec91c5cb6..634ddc7739 100644 --- a/bucket/tre-command.json +++ b/bucket/tre-command.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/dduan/tre", "license": "MIT", "suggest": { - "vcredist": "extras/vcredist2015" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/trojan.json b/bucket/trojan.json index 7572669563..27df02f8e9 100644 --- a/bucket/trojan.json +++ b/bucket/trojan.json @@ -4,7 +4,7 @@ "homepage": "https://trojan-gfw.github.io/trojan/", "license": "GPL-3.0-only", "suggest": { - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { diff --git a/bucket/zig.json b/bucket/zig.json index cc49fad5bc..b327d2dbc3 100644 --- a/bucket/zig.json +++ b/bucket/zig.json @@ -4,7 +4,7 @@ "homepage": "https://ziglang.org/", "license": "MIT", "suggest": { - "vcredist": "extras/vcredist2019" + "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": {