From 096fc387706d9018d3908e7afa1160a6caefb28d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 12:30:46 +0000 Subject: [PATCH] openssh: Update to version 8.9.1.0p1 --- bucket/openssh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssh.json b/bucket/openssh.json index 5fbadc4fcf..8f35b15f81 100644 --- a/bucket/openssh.json +++ b/bucket/openssh.json @@ -1,17 +1,17 @@ { - "version": "8.9.0.0p1", + "version": "8.9.1.0p1", "description": "The premier connectivity tool for remote login with the SSH protocol. (Microsoft build)", "homepage": "https://www.openssh.com", "license": "SSH-OpenSSH", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win64.zip", - "hash": "0e92727921a23ebaed66fb7b7c9f6816991d9270c38cfe271dc4ca6b7343ab68", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip", + "hash": "b3d31939acb93c34236f420a6f1396e7cf2eead7069ef67742857a5a0befb9fc", "extract_dir": "OpenSSH-Win64" }, "32bit": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win32.zip", - "hash": "3ecda57780384db8fa172c8da1812b64df2a1842b2fc404567b3689fd2163e4f", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win32.zip", + "hash": "b99c384811f9ef8cab7589460d607fd4d4faccd6ec08a7405a2df0a37340fdeb", "extract_dir": "OpenSSH-Win32" } },