From 9d627e246e3810a50240a52bcf8dec766d2258b1 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:37:47 -0500 Subject: [PATCH] ssh3: Add version 0.1.5-rc5 (#5365) * ssh3: Add version 0.1.4-bsd * ssh3: Update to version 0.1.5-rc5 --- bucket/ssh3.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bucket/ssh3.json diff --git a/bucket/ssh3.json b/bucket/ssh3.json new file mode 100644 index 0000000000..9cd9fd4bfb --- /dev/null +++ b/bucket/ssh3.json @@ -0,0 +1,42 @@ +{ + "version": "0.1.5-rc5", + "description": "SSH3: faster and rich secure shell using HTTP/3", + "homepage": "https://github.com/francoismichel/ssh3", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.5-rc5/ssh3_0.1.5-rc5_clientonly_windows_x86_64.zip", + "hash": "ca6e4d72763462ad092f2d7fd9363ecd25c8297e09b1068eb193391bf51ea976" + }, + "32bit": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.5-rc5/ssh3_0.1.5-rc5_clientonly_windows_i386.zip", + "hash": "44e8572c0d4d737dbd72fbcf28ba3d56a9043ebe077fcc3c1446376e0fd74549" + }, + "arm64": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.5-rc5/ssh3_0.1.5-rc5_clientonly_windows_arm64.zip", + "hash": "fd6b52dc940b9fce5fa8e04f645eed95d34dc0803d3cc5b13a74a185bf906777" + } + }, + "bin": "ssh3.exe", + "checkver": { + "url": "https://api.github.com/repositories/712363932/releases", + "jsonpath": "$[0].tag_name", + "regex": "v([\\d.]+(?:-[^-]+)?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_i386.zip" + }, + "arm64": { + "url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/ssh3_$version_clientonly_windows_checksums.txt" + } + } +}