rust 0.10

This commit is contained in:
Luke Sampson 2014-04-04 10:29:16 +10:00
parent 50cdb43409
commit 88850f94ce

View File

@ -1,15 +1,14 @@
{ {
"homepage": "http://www.rust-lang.org", "homepage": "http://www.rust-lang.org",
"version": "0.9", "version": "0.10",
"license": "MIT/Apache 2.0", "license": "MIT/Apache 2.0",
"depends": "gcc45", "depends": "gcc45",
"url": "http://static.rust-lang.org/dist/rust-0.9-install.exe", "url": "http://static.rust-lang.org/dist/rust-0.10-install.exe",
"hash": "6ab14e25761d61ba724c5f77403d09d566d3187a2e048e006036b960d938fe90", "hash": "ee7ea67845f5dd3b545b225135cca21fa5786baef4ab03f9f996f2e72bf40c6e",
"innosetup": true, "innosetup": true,
"bin": [ "bin": [
"bin\\rustc.exe", "bin\\rustc.exe",
"bin\\rustdoc.exe", "bin\\rustdoc.exe"
"bin\\rustpkg.exe"
], ],
"checkver": "<h2>Downloads</h2>\\s*<ul>\\s*<li>\\s*([0-9\\.]+)" "checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
} }