ScoopInstaller_Main/rust-msvc.json
2018-05-10 17:01:21 +00:00

35 lines
1.1 KiB
JSON

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