mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
22 lines
729 B
JSON
22 lines
729 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.10.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.10.0-i686-pc-windows-gnu.msi",
|
|
"hash": "8d169833cbf91f91020d9af43b10e92e73af77b0d14a26ec922b93af69d5b71d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.10.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "eaeb50170fd268dbe567f18b41f9215de118989ad2551a1b99b1fd9d5219b114"
|
|
}
|
|
},
|
|
"bin": [
|
|
"Rust\\bin\\rustc.exe",
|
|
"Rust\\bin\\rustdoc.exe",
|
|
"Rust\\bin\\cargo.exe"
|
|
],
|
|
"checkver": "var rec_package_name = \"([0-9\\.]+)\";"
|
|
}
|