ScoopInstaller_Main/rust-msvc.json
2018-03-29 08:01:30 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.25.0",
"license": "MIT/Apache 2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.25.0-x86_64-pc-windows-msvc.msi",
"hash": "1e135664b2848a4830fb4813a3c6fa796a5e83800e13f83fe217b40216b0a622"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.25.0-i686-pc-windows-msvc.msi",
"hash": "0694cd5ceb2a5d0146dced7ad86287d8294acb4a7a16753dfa6900bb304405f6"
}
},
"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"
}
}
}
}