(chore): Replace vcredist 2015-2019 with 2022

This commit is contained in:
unknown 2022-03-21 21:26:57 +08:00
parent 883def6985
commit 811a7bc661
23 changed files with 24 additions and 24 deletions

View File

@ -5,7 +5,7 @@
"license": "MPL-2.0", "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/", "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": { "suggest": {
"vcredist": "extras/vcredist2017" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/evansmurithi/cloak", "homepage": "https://github.com/evansmurithi/cloak",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://cobalt-org.github.io/", "homepage": "https://cobalt-org.github.io/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"notes": "Please restart your command line for CORMANLISP_HOME to take effect. Consider installing <https://www.quicklisp.org/>.", "notes": "Please restart your command line for CORMANLISP_HOME to take effect. Consider installing <https://www.quicklisp.org/>.",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"url": "https://github.com/sharplispers/cormanlisp/releases/download/v3.1.2b/CormanLisp-3.1.2b.zip", "url": "https://github.com/sharplispers/cormanlisp/releases/download/v3.1.2b/CormanLisp-3.1.2b.zip",
"hash": "8bf722bd919a69ff743e2ae6448fcb3ccbc8be8b3ef746e6acc5cdcb1853ea95", "hash": "8bf722bd919a69ff743e2ae6448fcb3ccbc8be8b3ef746e6acc5cdcb1853ea95",

View File

@ -4,7 +4,7 @@
"homepage": "https://www.microsoft.com/net/", "homepage": "https://www.microsoft.com/net/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Visual C++ Redistributable 2019": "extras/vcredist2019" "Visual C++ Redistributable": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://espanso.org", "homepage": "https://espanso.org",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"suggest": { "suggest": {
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019" "Microsoft Visual C++ Redistributables": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/Peltoche/lsd", "homepage": "https://github.com/Peltoche/lsd",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -16,7 +16,7 @@
"\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\"" "\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\""
], ],
"suggest": { "suggest": {
"Visual C/C++ Redistributable 2017": "extras/vcredist2017" "Visual C/C++ Redistributable": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -6,7 +6,7 @@
"suggest": { "suggest": {
"vcredist": [ "vcredist": [
"extras/vcredist2013", "extras/vcredist2013",
"extras/vcredist2015" "extras/vcredist2022"
] ]
}, },
"architecture": { "architecture": {

View File

@ -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." "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": { "suggest": {
"Visual C/C++ Runtime 2015": "extras/vcredist2019" "Visual C/C++ Runtime": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -5,12 +5,12 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"notes": [ "notes": [
"Maven requires a properly configured JAVA_HOME environment variable.", "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." "See https://github.com/oracle/graal/issues/1762 for more information."
], ],
"suggest": { "suggest": {
"JDK": "java/openjdk", "JDK": "java/openjdk",
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -12,7 +12,7 @@
"To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'." "To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'."
], ],
"suggest": { "suggest": {
"Visual C/C++ Redistributable 2017": "extras/vcredist2017" "Visual C/C++ Redistributable": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -7,7 +7,7 @@
"url": "https://github.com/neovim/neovim/blob/master/LICENSE" "url": "https://github.com/neovim/neovim/blob/master/LICENSE"
}, },
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -25,7 +25,7 @@
} }
}, },
"suggest": { "suggest": {
"Visual C++ 2017 Redistributable": "extras/vcredist2017" "Visual C++ Redistributable": "extras/vcredist2022"
}, },
"extract_dir": "instantclient_21_3", "extract_dir": "instantclient_21_3",
"env_add_path": ".", "env_add_path": ".",

View File

@ -4,7 +4,7 @@
"homepage": "https://windows.php.net/", "homepage": "https://windows.php.net/",
"license": "PHP-3.01", "license": "PHP-3.01",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://windows.php.net/", "homepage": "https://windows.php.net/",
"license": "PHP-3.01", "license": "PHP-3.01",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/timvisee/prs", "homepage": "https://github.com/timvisee/prs",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"depends": [ "depends": [
"git", "git",

View File

@ -7,7 +7,7 @@
"url": "https://ravendb.net/terms/commercial" "url": "https://ravendb.net/terms/commercial"
}, },
"suggest": { "suggest": {
"Visual C++ Redistributable 2015": "extras/vcredist2015" "Visual C++ Redistributable 2015": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/BurntSushi/ripgrep", "homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -8,7 +8,7 @@
"Prerequisites: A Powerline font installed and enabled in your terminal." "Prerequisites: A Powerline font installed and enabled in your terminal."
], ],
"suggest": { "suggest": {
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/dduan/tre", "homepage": "https://github.com/dduan/tre",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2015" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://trojan-gfw.github.io/trojan/", "homepage": "https://trojan-gfw.github.io/trojan/",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -4,7 +4,7 @@
"homepage": "https://ziglang.org/", "homepage": "https://ziglang.org/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2019" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {