ScoopInstaller_Main/win32-openssh.json
2018-07-27 21:00:28 +00:00

48 lines
1.6 KiB
JSON

{
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
"version": "7.7.2.0p1-Beta",
"license": {
"identifier": "BSD-3-Clause",
"url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE"
},
"architecture": {
"32bit": {
"hash": "738a52c00ac371c78850bc562f61e7dcb189c5ad579892b1bf6e3e5663f2352d",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.2.0p1-Beta/OpenSSH-Win32.zip",
"extract_dir": "OpenSSH-Win32"
},
"64bit": {
"hash": "87e0cd468fe36a74bea0e40cee3021f99b38e431b7c8668af4461fdab03031b7",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.2.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)",
"checkver": {
"re": "v([\\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"
}
}
}
}