diff --git a/win32-openssh.json b/win32-openssh.json index 3de9c914d2..16879085c0 100644 --- a/win32-openssh.json +++ b/win32-openssh.json @@ -1,10 +1,19 @@ { "homepage": "https://github.com/PowerShell/Win32-OpenSSH", - "version": "0.0.23.0", + "version": "0.0.24.0", "license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE", - "hash": "4a451670384db69c510064dd6c8881f16b814e648504fa1c294471157566fc70", - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v0.0.23.0/OpenSSH-Win32.zip", - "extract_dir": "OpenSSH-Win32", + "architecture": { + "32bit": { + "hash": "dd4529b3509f5254a93d90a40bf6de080fd899447183f89e49477fcadc31e42c", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/0.0.24.0/OpenSSH-Win32.zip", + "extract_dir": "OpenSSH-Win32" + }, + "64bit": { + "hash": "b25648e6765e979929a9888b482f736776014dad252d4dee43f990683d70f9e3", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/0.0.24.0/OpenSSH-Win64.zip", + "extract_dir": "OpenSSH-Win64" + } + }, "bin": [ "scp.exe", "sftp.exe", @@ -22,7 +31,13 @@ "github": "https://github.com/PowerShell/Win32-OpenSSH" }, "autoupdate": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip", - "extract_dir": "OpenSSH-Win32" + "architecture": { + "32bit": { + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/$version/OpenSSH-Win32.zip" + }, + "64bit": { + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/$version/OpenSSH-Win64.zip" + } + } } }