openssh: Update to version 8.9.0.0 (#3417)

This commit is contained in:
Alex Stelmachonak 2022-03-22 01:10:42 -04:00 committed by GitHub
parent 00e28352bf
commit 318d9e47a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{
"version": "8.6.0.0p1",
"version": "8.9.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/V8.6.0.0p1-Beta/OpenSSH-Win64.zip",
"hash": "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win64.zip",
"hash": "0e92727921a23ebaed66fb7b7c9f6816991d9270c38cfe271dc4ca6b7343ab68",
"extract_dir": "OpenSSH-Win64"
},
"32bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip",
"hash": "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win32.zip",
"hash": "3ecda57780384db8fa172c8da1812b64df2a1842b2fc404567b3689fd2163e4f",
"extract_dir": "OpenSSH-Win32"
}
},
@ -29,15 +29,15 @@
],
"checkver": {
"github": "https://github.com/PowerShell/Win32-OpenSSH",
"regex": "tag/V([\\d.]+p\\d)-Beta"
"regex": "tag/v([\\d.]+p\\d)-Beta"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version-Beta/OpenSSH-Win64.zip"
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win64.zip"
},
"32bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version-Beta/OpenSSH-Win32.zip"
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win32.zip"
}
}
},