From 3deceb130169ee3c9ad89afb0ccdd7a0cdbc4739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:29:16 +0000 Subject: [PATCH] openssh: Update to version 9.8.2.0p2 --- bucket/openssh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssh.json b/bucket/openssh.json index b078f8ed19..d881aecf5d 100644 --- a/bucket/openssh.json +++ b/bucket/openssh.json @@ -1,17 +1,17 @@ { - "version": "9.8.1.0p1", + "version": "9.8.2.0p2", "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.8.1.0p1-Preview/OpenSSH-Win64.zip", - "hash": "c7a1369cd73c8165be00c66e90291c4dd67784de7c3aa3af18c68ebedffa6ea9", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.8.2.0p2-Preview/OpenSSH-Win64.zip", + "hash": "65cddc5a59a2a9e25dcb19d6da8886d1fd63dc78c66157566ae556c8275abaec", "extract_dir": "OpenSSH-Win64" }, "32bit": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.8.1.0p1-Preview/OpenSSH-Win32.zip", - "hash": "6794ac43d806b6474f5bc501b819c723b96b07605ca3df99b67805c7b659be8e", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.8.2.0p2-Preview/OpenSSH-Win32.zip", + "hash": "f79e9084306449820f9db9c817fd11a392a312b5c277c0f1302ab6b6b8a4a858", "extract_dir": "OpenSSH-Win32" } },