From 496a7580bfabb6af186f29a5c4581c298edfdd7b Mon Sep 17 00:00:00 2001 From: Leon Yu Date: Tue, 7 Aug 2018 09:08:42 -0400 Subject: [PATCH] fix win32-openssh file hash (#2470) --- win32-openssh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32-openssh.json b/win32-openssh.json index df5bb8e87c..f542fe103f 100644 --- a/win32-openssh.json +++ b/win32-openssh.json @@ -7,12 +7,12 @@ }, "architecture": { "32bit": { - "hash": "738a52c00ac371c78850bc562f61e7dcb189c5ad579892b1bf6e3e5663f2352d", + "hash": "C9179BBD4D651CC15FE036120234FB0E1B21C2661CA3228106470F3AC7E86A19", "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.2.0p1-Beta/OpenSSH-Win32.zip", "extract_dir": "OpenSSH-Win32" }, "64bit": { - "hash": "87e0cd468fe36a74bea0e40cee3021f99b38e431b7c8668af4461fdab03031b7", + "hash": "8631F00013116388362CB06F3E6FD2C44C8E57D8F857033111F98FEB34FA5BCE", "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.2.0p1-Beta/OpenSSH-Win64.zip", "extract_dir": "OpenSSH-Win64" }