ScoopInstaller_Main/rust-msvc.json
Gustavo Veloso 1d1674829b Update checkvers (#1016)
Upgrade RethinkDB
2016-08-31 07:49:26 +10:00

25 lines
814 B
JSON

{
"homepage": "http://www.rust-lang.org",
"version": "1.11.0",
"license": "MIT/Apache 2.0",
"architecture": {
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.11.0-i686-pc-windows-msvc.msi",
"hash": "a8f93aad272f7d69014830ecb761abec60fea85ae19a36ff47c428dad0176a72"
},
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.11.0-x86_64-pc-windows-msvc.msi",
"hash": "41c071ccd28cb81555623e8584fd071fd6e950840160da60c3fc1c483f830af9"
}
},
"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\">([0-9\\.]+)</span>"
}
}