From a76ed55791f269260e79584b0830f7958bf95303 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 5 Jul 2019 12:02:02 +0800 Subject: [PATCH] omnisharp: Fix hashes (#218) --- bucket/omnisharp-http.json | 4 ++-- bucket/omnisharp.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/omnisharp-http.json b/bucket/omnisharp-http.json index c174e415d9..14405d9d73 100644 --- a/bucket/omnisharp-http.json +++ b/bucket/omnisharp-http.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp.http-win-x64.zip", - "hash": "3f7b44875deea3b500b0a48601618fb89c4b029215a86876f4ca45ecb0890886" + "hash": "3282d52dc1c452bdbe7cbdbdb27ed18727b2968f71952666c2340a2660b814dd" }, "32bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp.http-win-x86.zip", - "hash": "e9b4271afb841832c291b20d51374a8247b1d3c10ceb4a7ff369e2b0ed418b5e" + "hash": "7426fefc51830597e84ef799a5024760a9308da7099f56bea9d4103379b104ec" } }, "bin": [ diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index a462bf9132..e0a9dc4857 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x64.zip", - "hash": "bb62ef2561c203ec764c9df0c92d78be93a4c5e2a4a98919bc74db413bba00ee" + "hash": "42a0f1c4b2a7ca05890b98e1ea42479cb89c3d1c189f1af771f0f25db771c759" }, "32bit": { "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x86.zip", - "hash": "ab941dd01541d65549463e85d1706e754573b97cb0541dac01304fb431bdbf64" + "hash": "a99c18438a5a5b395afa08399381ddb7d18e3c8baf68d268ab19ce7f1e7f7bb5" } }, "bin": "omnisharp.exe",