ScoopInstaller_Main/dotnet-sdk.json
ggobbe 7de9941450 Update dotnet-sdk to version 2.1.401 (#2542)
* Fix auto update
* Improve dotnet-sdk auto-update
2018-09-06 23:12:22 +02:00

34 lines
1.4 KiB
JSON

{
"version": "2.1.401",
"homepage": "https://www.microsoft.com/net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.401/dotnet-sdk-2.1.401-win-x64.zip",
"hash": "sha512:7d017487c1a11ae4db862b1efa7ba9beb0eabcf5d2467bc4055aa2227a548663a596682ff4adba4688930b22472587f29b83bce9f689efc5e9f4e37f7edda000"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.401/dotnet-sdk-2.1.401-win-x86.zip",
"hash": "sha512:2e41720a7a055a12e23bd638f550b791f9919ad1eb0ca966060a8bb16b0ef018a8f1d052da10cf276c24998cce476be49be9f17f475325e7d09433a837db0f82"
}
},
"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"
}
}
}