ScoopInstaller_Main/win32-openssh.json
Brandon Smith 9ac117a353 Update win32-openssh to version 0.0.24.0 (#1894)
Update win32-openssh to version 0.0.24.0
2017-12-07 05:54:26 +01:00

44 lines
1.5 KiB
JSON

{
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
"version": "0.0.24.0",
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
"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",
"sftp-server.exe",
"ssh-add.exe",
"ssh-agent.exe",
"ssh-keygen.exe",
"ssh-keyscan.exe",
"ssh-shellhost.exe",
"ssh.exe",
"sshd.exe"
],
"notes": "This is a pre-release (non-production ready)",
"checkver": {
"github": "https://github.com/PowerShell/Win32-OpenSSH"
},
"autoupdate": {
"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"
}
}
}
}