ScoopInstaller_Main/win32-openssh.json
2019-01-12 20:00:27 +00:00

52 lines
1.8 KiB
JSON

{
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
"version": "7.9.0.0p1-Beta",
"license": {
"identifier": "BSD-3-Clause",
"url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE"
},
"architecture": {
"32bit": {
"hash": "e7f9714215f19de841a2bf2643734d4b25ea42958c013461096a4963cede0ec6",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.0.0p1-Beta/OpenSSH-Win32.zip",
"extract_dir": "OpenSSH-Win32"
},
"64bit": {
"hash": "fe297667f80f9021e374dd64ce286dcdc50fbf68311765c0336f1ea5fbcb5893",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.0.0p1-Beta/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)",
"Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.",
"Run 'sudo $dir\\uninstall-sshd.ps1' them service."
],
"checkver": {
"re": "v(\\d+\\.\\d+\\.\\d+\\.\\d+[a-zA-Z-\\d]*)",
"github": "https://github.com/PowerShell/Win32-OpenSSH"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip"
},
"64bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win64.zip"
}
}
}
}