mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
cuda: Update to version 11.6.1_511.65 (#3406)
This commit is contained in:
parent
6b1db0bc7b
commit
72ae19da10
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "11.5.0_496.13",
|
"version": "11.6.1_511.65",
|
||||||
"description": "A parallel computing platform and programming model invented by NVIDIA",
|
"description": "A parallel computing platform and programming model invented by NVIDIA",
|
||||||
"homepage": "https://developer.nvidia.com/cuda-toolkit",
|
"homepage": "https://developer.nvidia.com/cuda-toolkit",
|
||||||
"license": {
|
"license": {
|
||||||
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://developer.download.nvidia.com/compute/cuda/11.5.0/local_installers/cuda_11.5.0_496.13_win10.exe#/dl.7z",
|
"url": "http://developer.download.nvidia.com/compute/cuda/11.6.1/local_installers/cuda_11.6.1_511.65_windows.exe#/dl.7z",
|
||||||
"hash": "md5:9ae3759817c87dc8ae6f0d38cb164361"
|
"hash": "md5:3a5bc5062c401de24f5960cb8eb8156d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer": {
|
"installer": {
|
||||||
@ -27,13 +27,13 @@
|
|||||||
"CUDA_PATH": "$dir"
|
"CUDA_PATH": "$dir"
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal",
|
"url": "https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local",
|
||||||
"regex": "/cuda_([\\d._]+)_win10\\.exe"
|
"regex": "/cuda_([\\d._]+)_windows\\.exe"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://developer.download.nvidia.com/compute/cuda/$matchHead/local_installers/cuda_$version_win10.exe#/dl.7z"
|
"url": "http://developer.download.nvidia.com/compute/cuda/$matchHead/local_installers/cuda_$version_windows.exe#/dl.7z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user