mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 16:41:19 +00:00
25 lines
812 B
JSON
25 lines
812 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.14.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.14.0-i686-pc-windows-msvc.msi",
|
|
"hash": "ede76354e87b383594754024c38de7e6a6884ee10468cfa627709a9994d2088f"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.14.0-x86_64-pc-windows-msvc.msi",
|
|
"hash": "af9d1e2d7804f5c75b694bc87f924d75d7e3b34776755eba277793a070ea3799"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|