From de1a1d7ed9a5273d3b494d4748afcd93c8b038bb Mon Sep 17 00:00:00 2001 From: Jamison Greeley Date: Thu, 29 Oct 2015 17:04:34 -0600 Subject: [PATCH] Updates Rust to 1.4.0, adds MSVC variant --- rust-msvc.json | 17 +++++++++++++++++ rust.json | 10 +++++----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 rust-msvc.json diff --git a/rust-msvc.json b/rust-msvc.json new file mode 100644 index 0000000000..879f101f44 --- /dev/null +++ b/rust-msvc.json @@ -0,0 +1,17 @@ +{ + "homepage": "http://www.rust-lang.org", + "version": "1.4.0", + "license": "MIT/Apache 2.0", + "architecture": { + "64bit": { + "url": "https://static.rust-lang.org/dist/rust-1.4.0-x86_64-pc-windows-msvc.msi", + "hash": "ad1f8fd20384912d511728593eb22018461df35378c96b33b80276dfc5d76ca8" + } + }, + "bin": [ + "Rust\\bin\\rustc.exe", + "Rust\\bin\\rustdoc.exe", + "Rust\\bin\\cargo.exe" + ], + "checkver": "

Docs \\(([0-9\\.]+)\\)

" +} diff --git a/rust.json b/rust.json index 1c71ce2f62..fc4d4d29da 100644 --- a/rust.json +++ b/rust.json @@ -1,15 +1,15 @@ { "homepage": "http://www.rust-lang.org", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT/Apache 2.0", "architecture": { "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.3.0-i686-pc-windows-gnu.msi", - "hash": "711aff8d9b130f9dcaeb6fcc23066405a8db177f70d91a7689c80d0d220311b6" + "url": "https://static.rust-lang.org/dist/rust-1.4.0-i686-pc-windows-gnu.msi", + "hash": "f6f688bf5b8bad28992ed86e532f798c0333dbd5958040d2e610709b14c0afef" }, "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.3.0-x86_64-pc-windows-gnu.msi", - "hash": "44a3acf40bb860fcbd152cf4bf5ad5f4a5224d451cbf5daa518d5c2907722729" + "url": "https://static.rust-lang.org/dist/rust-1.4.0-x86_64-pc-windows-gnu.msi", + "hash": "886416c96dba7acefc075a608a9fe36bf74c09343a183a9fb321104ddd9e09a0" } }, "bin": [