From c4fa6b3ac883344cdf5e239fcddeeaf5af46ed1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:26:33 +0000 Subject: [PATCH] openssh: Update to version 9.5.0.0p1 --- bucket/openssh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssh.json b/bucket/openssh.json index c3ec5306ce..456029408c 100644 --- a/bucket/openssh.json +++ b/bucket/openssh.json @@ -1,17 +1,17 @@ { - "version": "9.4.0.0p1", + "version": "9.5.0.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/v9.4.0.0p1-Beta/OpenSSH-Win64.zip", - "hash": "580231dc77c96acdbc84f3c99e5c780cd0d8a06a6edfe6fecfe3d07664159a78", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win64.zip", + "hash": "bd48fe985d400402c278c485db20e6a82bc4c7f7d8e0ef5a81128f523096530c", "extract_dir": "OpenSSH-Win64" }, "32bit": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.4.0.0p1-Beta/OpenSSH-Win32.zip", - "hash": "ca7cab368dfe415e1b8b90e0a4f8c2d129a39c86a4f1eafe980c3a2d19fdae98", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.5.0.0p1-Beta/OpenSSH-Win32.zip", + "hash": "9245c9ff62d6d11708cb3125097f8cd5627e995c225d0469cf2c3c6be4014952", "extract_dir": "OpenSSH-Win32" } },