Skip to content

Commit

Permalink
tssh: Update to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
1 parent 42dc7c3 commit 57a525d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bucket/tssh.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.1.4",
"version": "0.1.5",
"description": "A simple ssh client with trzsz ( trz / tsz ) support.",
"homepage": "https://trzsz.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.4/tssh_0.1.4_windows_x86_64.zip",
"hash": "2b428da6eca433535a04da020f7cb43bdf7fa89ce6b84504fc3440c3a93aaa40",
"extract_dir": "tssh_0.1.4_windows_x86_64"
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.5/tssh_0.1.5_windows_x86_64.zip",
"hash": "51551b1103251b04d66ddbc623b3da94de4806199bbb40a79802f3aacb6fac1f",
"extract_dir": "tssh_0.1.5_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.4/tssh_0.1.4_windows_i386.zip",
"hash": "02ca6fc11b957150fa03963d3b899defbaa176de787750be36c64e71b90a3e39",
"extract_dir": "tssh_0.1.4_windows_i386"
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.5/tssh_0.1.5_windows_i386.zip",
"hash": "8ec4c0f3a0fa36bd8a3d309b0e0ef77e399f7dd88573ddc9250b6d867aa029bc",
"extract_dir": "tssh_0.1.5_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.4/tssh_0.1.4_windows_aarch64.zip",
"hash": "7bb50a6869b702a62cefe42c16a18616ef1e1c1301c079058b14d8c0cbea8ae9",
"extract_dir": "tssh_0.1.4_windows_aarch64"
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.5/tssh_0.1.5_windows_aarch64.zip",
"hash": "5c812d398fe86f05fefca4c02600db5966563cb6f3ee632db1333ec3454d18ef",
"extract_dir": "tssh_0.1.5_windows_aarch64"
}
},
"bin": "tssh.exe",
Expand Down

0 comments on commit 57a525d

Please sign in to comment.