mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.15.1",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.15.1-x86_64-pc-windows-msvc.msi",
|
|
"hash": "2febd69fc10095170c8784309d0118cb3f0c3e57c88ef3029aaa616ab8e4e1ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.15.1-i686-pc-windows-msvc.msi",
|
|
"hash": "ac1cc558b0c26e24bdcca1edfa3991bb5ed6226d432e77703be9591ee6af88b5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|