ScoopInstaller_Main/rust-msvc.json
2017-08-31 18:00:58 +00:00

35 lines
1.1 KiB
JSON

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