From f1643e533a487a715980327dd889b53057554964 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 18 Dec 2019 09:01:50 +0000 Subject: [PATCH] win32-openssh: Update to version 8.1.0.0p1-Beta --- bucket/win32-openssh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/win32-openssh.json b/bucket/win32-openssh.json index ed1c4b5c9a..7127a07261 100644 --- a/bucket/win32-openssh.json +++ b/bucket/win32-openssh.json @@ -1,20 +1,20 @@ { "homepage": "https://github.com/PowerShell/Win32-OpenSSH", "description": "A suite of secure networking utilities based on the Secure Shell protocol. (Microsoft port)", - "version": "8.0.0.0p1-Beta", + "version": "8.1.0.0p1-Beta", "license": { "identifier": "BSD-3-Clause", "url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE" }, "architecture": { "32bit": { - "hash": "3b7d384e11fe5ef794d5f59bdbed3e5ba58f7725f37a7628e1ded16ea6aed67d", - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.0.0.0p1-Beta/OpenSSH-Win32.zip", + "hash": "88aaf9eafc64a11d2ba0894a1c24608f1b6d69408b19bb7b15287338fea76dd0", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win32.zip", "extract_dir": "OpenSSH-Win32" }, "64bit": { - "hash": "222b5f035392d4daae4caf180257b8da8d42613f68a1aee82ba917984ac630ba", - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.0.0.0p1-Beta/OpenSSH-Win64.zip", + "hash": "c99240af89452610f66b7ce54c4fa3180b66aae2bc326afc2aac8fc1dd48f488", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win64.zip", "extract_dir": "OpenSSH-Win64" } },