mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 22:11:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.17.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.17.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "15a642324b658bbf91f8b4b1446fe28cfaf7806542366015d0b5faf7971bdb36"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.17.0-i686-pc-windows-gnu.msi",
|
|
"hash": "43bc9018b8d0f96614447f51cab6c7c84516e65081c98a4d5a08596f7c3da8ce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|