ScoopInstaller_Main/rust-msvc.json
2018-03-02 00:01:20 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.24.1",
"license": "MIT/Apache 2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.24.1-x86_64-pc-windows-msvc.msi",
"hash": "4a9e6d5a74a65d4bfb071e778e90bd2789aa715bafebba7fa90f7c1a31643804"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.24.1-i686-pc-windows-msvc.msi",
"hash": "4b5412bbefb6f71844f9fc83f99d49c13798d496fca2dfc690499c13d474cd76"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": {
"url": "https://github.com/rust-lang/rust/releases",
"re": "<span class=\"tag-name\">([\\d.]+)</span>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
}
}
}
}