mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"version": "7.7.0.0p1-Beta",
|
|
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
|
|
"architecture": {
|
|
"32bit": {
|
|
"hash": "867984cff2b8cc0d1958a00d46b698823cb8a5b42cc4532f3ad9a2bb4372ddb2",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.0.0p1-Beta/OpenSSH-Win32.zip",
|
|
"extract_dir": "OpenSSH-Win32"
|
|
},
|
|
"64bit": {
|
|
"hash": "caf1b34fadabccb23dbfa50e2dd6b1e8de1e98663ab141e43de6f419dc851475",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.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)",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|