Update win32-openssh to version 0.0.24.0 (#1894)

Update win32-openssh to version 0.0.24.0
This commit is contained in:
Brandon Smith 2017-12-06 23:54:26 -05:00 committed by Richard Kuhnt
parent 5e05ae3aab
commit 9ac117a353

View File

@ -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"
}
}
}
}