mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.15.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.15.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "7a2f2204e4928ae86b372353abde471eacca6db5506f553f14e6de452d7d37e4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.15.0-i686-pc-windows-gnu.msi",
|
|
"hash": "589c06041ac71b4c37820ced6c35184003d6b62f21988e01ffe82d3d0ef590e3"
|
|
}
|
|
},
|
|
"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-gnu.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|