mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
openssh: Update to version 8.9.0.0 (#3417)
This commit is contained in:
parent
00e28352bf
commit
318d9e47a5
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "8.6.0.0p1",
|
"version": "8.9.0.0p1",
|
||||||
"description": "The premier connectivity tool for remote login with the SSH protocol. (Microsoft build)",
|
"description": "The premier connectivity tool for remote login with the SSH protocol. (Microsoft build)",
|
||||||
"homepage": "https://www.openssh.com",
|
"homepage": "https://www.openssh.com",
|
||||||
"license": "SSH-OpenSSH",
|
"license": "SSH-OpenSSH",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win64.zip",
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win64.zip",
|
||||||
"hash": "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7",
|
"hash": "0e92727921a23ebaed66fb7b7c9f6816991d9270c38cfe271dc4ca6b7343ab68",
|
||||||
"extract_dir": "OpenSSH-Win64"
|
"extract_dir": "OpenSSH-Win64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip",
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.0.0p1-Beta/OpenSSH-Win32.zip",
|
||||||
"hash": "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226",
|
"hash": "3ecda57780384db8fa172c8da1812b64df2a1842b2fc404567b3689fd2163e4f",
|
||||||
"extract_dir": "OpenSSH-Win32"
|
"extract_dir": "OpenSSH-Win32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -29,15 +29,15 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/PowerShell/Win32-OpenSSH",
|
"github": "https://github.com/PowerShell/Win32-OpenSSH",
|
||||||
"regex": "tag/V([\\d.]+p\\d)-Beta"
|
"regex": "tag/v([\\d.]+p\\d)-Beta"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version-Beta/OpenSSH-Win64.zip"
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win64.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version-Beta/OpenSSH-Win32.zip"
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win32.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user