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