mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
70 lines
3.5 KiB
JSON
70 lines
3.5 KiB
JSON
{
|
|
"version": "8.2p1-1",
|
|
"description": "A suite of secure networking utilities based on the Secure Shell protocol.",
|
|
"homepage": "https://www.openssh.com/",
|
|
"license": "ISC",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"http://repo.msys2.org/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/heimdal-7.7.0-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/heimdal-libs-7.7.0-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/libdb-5.3.28-2-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/libedit-20191231_3.1-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/libopenssl-1.1.1.e-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/libsqlite-3.30.0-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/msys2-runtime-3.0.7-6-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/openssh-8.2p1-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/openssl-1.1.1.e-1-x86_64.pkg.tar.xz",
|
|
"http://repo.msys2.org/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz"
|
|
],
|
|
"hash": [
|
|
"ed17af38e37e0790b467b9887b98bdfb4c711279d067a34b440cdb583ebc12ea",
|
|
"79a74bb1ef1d7f4eb12f7437ac24371ec9e41a3d96b653a2ec7f09d1e7aa9c63",
|
|
"78b685b9cc163469252f6faa81c74f6ab64090b3f6d2eb03938eab0cc6d3c1c9",
|
|
"114c94f89bf55676c8fcbf20dafd427815d4a9039f643de93e0b7bc14c333d35",
|
|
"333b5089ea0d27c167e7bcf786bf0ceb2192d76c18f338379d771adda18bda3e",
|
|
"2e96a2883d56a3909938ac160c2922e30cd7edb1fe733b8452bb24fbf7ec09a7",
|
|
"236bedb6a8a90c0ecb70c1bc9c90ccd347f2f1ae96df11aa9af8e6878a606fe3",
|
|
"e142b12df8b5f1765a1a0739a5a304d18f810523ac5d36dc66bb92ff00d67d1b",
|
|
"45dcd0b4ac5444cfa8a7b9b98908b398710b65277e639666135746d7ffe0bfbb",
|
|
"f3a6f8591bef0a04665db69f259d7e02566b072d1e3fb95a7eb430644cac2b87",
|
|
"0943eb05da94d3ab8efac1a923bfcd515a9ba7251186e29401f06f155ce4d2ba",
|
|
"bc633859967a1a3f99f97e79daae6a9b520bf2cdc7e7c14e7647f1e86adee289",
|
|
"c9d1b2e4854bc425043b577b535d28826cd5d6fb5dda20b4b578066da62b264c",
|
|
"4af63558e39e7a4941292132b2985cb2650e78168ab21157a082613215e4839a"
|
|
]
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"ensure \"$dir\\tmp\" | Out-Null",
|
|
"ensure \"$dir\\home\" | Out-Null",
|
|
"ensure \"$dir\\home\\$env:UserName\" | Out-Null",
|
|
"ensure \"$env:UserProfile\\.ssh\" | Out-Null",
|
|
"cmd /c mklink /j \"$dir\\home\\%UserName%\\.ssh\" \"%UserProfile%\\.ssh\""
|
|
],
|
|
"bin": [
|
|
[
|
|
"usr\\bin\\sh.exe",
|
|
"findssl.sh",
|
|
"$dir/usr/bin/findssl.sh"
|
|
],
|
|
"usr\\bin\\scp.exe",
|
|
"usr\\bin\\sftp.exe",
|
|
"usr\\bin\\ssh.exe",
|
|
"usr\\bin\\ssh-add.exe",
|
|
"usr\\bin\\ssh-agent.exe",
|
|
[
|
|
"usr\\bin\\sh.exe",
|
|
"ssh-copy-id",
|
|
"$dir/usr/bin/ssh-copy-id"
|
|
],
|
|
"usr\\bin\\ssh-keygen.exe",
|
|
"usr\\bin\\ssh-keyscan.exe",
|
|
"usr\\bin\\sshd.exe"
|
|
]
|
|
}
|