ScoopInstaller_Main/dotnet-sdk.json
2018-09-11 18:00:31 +00:00

34 lines
1.4 KiB
JSON

{
"version": "2.1.402",
"homepage": "https://www.microsoft.com/net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.402/dotnet-sdk-2.1.402-win-x64.zip",
"hash": "sha512:405cbd7c65d63b36e3bd6bcdfc897ac6474c4eaf93db9db478a80ab511bfa7a1c4a84024cc6e4af0df0af86bcc0a1a96a8ba0864c77bf579f32bce437c28d5a8"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.402/dotnet-sdk-2.1.402-win-x86.zip",
"hash": "sha512:817d16ab72713b85af14becfdb828dc8e2dcfd2654d12b3ee8caae5bc960401df5e2923272f42ff9a39687d32a607d14a1642a9f45e6da0d3733708c5fe0c3dc"
}
},
"env_add_path": ".",
"checkver": {
"url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json",
"re": "\"version-sdk\":\\s+\"(?<version>[\\d.]+)\","
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x64.zip"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version/dotnet-sdk-$version-win-x86.zip"
}
},
"hash": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/$version-sdk-sha.txt"
}
}
}