ScoopInstaller_Main/win32-openssh.json
Brandon Smith 5ede2e6992 Update win32-openssh hash (#1969)
Update win32-openssh hash
2018-01-22 06:37:21 +01:00

44 lines
1.5 KiB
JSON

{
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
"version": "1.0.0.0",
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
"architecture": {
"32bit": {
"hash": "a20c2bfc4a672c4262abbcc546e91b0ecc9b074907ddcceb11329c042029611a",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v1.0.0.0/OpenSSH-Win32.zip",
"extract_dir": "OpenSSH-Win32"
},
"64bit": {
"hash": "0c5dd4a30497f6c40ddc6dfc95cbf3a90adcce0148d87de65ffcc555d8890c4f",
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v1.0.0.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/v$version/OpenSSH-Win32.zip"
},
"64bit": {
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win64.zip"
}
}
}
}