11class TrzszSsh < Formula
2- desc "Simple ssh client with trzsz ( trz / tsz ) support "
2+ desc "Alternative ssh client with additional features to meet your needs "
33 homepage "https://trzsz.github.io/ssh"
4- url "https://github.com/trzsz/trzsz-ssh/archive/refs/tags/v0.1.23 .tar.gz"
5- sha256 "e4fa0f6f443faede83380ceca4a0de862c054f37c27983a7bbe6bced1d9f80da "
4+ url "https://github.com/trzsz/trzsz-ssh/archive/refs/tags/v0.1.24 .tar.gz"
5+ sha256 "8c7ef4ace4c7aed564f447f3f91142367f782eef87b58a95f587480ca1ae08ba "
66 license "MIT"
77
88 no_autobump! because : :requires_manual_review
99
1010 bottle do
11- sha256 cellar : :any_skip_relocation , arm64_tahoe : "5366a0fc68e55f86518f33296a6594c11d8ce788b283badfd869ee787615a8d1 "
12- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5366a0fc68e55f86518f33296a6594c11d8ce788b283badfd869ee787615a8d1 "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "5366a0fc68e55f86518f33296a6594c11d8ce788b283badfd869ee787615a8d1 "
14- sha256 cellar : :any_skip_relocation , sonoma : "b49a6e4f5145e57aeafbec67bf1f200393b64e931af6906e1c940bade7941f2c "
15- sha256 cellar : :any_skip_relocation , arm64_linux : "52121142aa23b88a5f98b2c2980a428bc00c837bc46dfa14829f90798cc44b2a "
16- sha256 cellar : :any_skip_relocation , x86_64_linux : "e3502362a3dc731febbb45ff0cd6b1b1228424fc7dbad0307695b237ad1f0358 "
11+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "f5ed283aba0b804c2cb5c97e23b6129e0dbba74a5d531d81914679349e142265 "
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "f5ed283aba0b804c2cb5c97e23b6129e0dbba74a5d531d81914679349e142265 "
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "f5ed283aba0b804c2cb5c97e23b6129e0dbba74a5d531d81914679349e142265 "
14+ sha256 cellar : :any_skip_relocation , sonoma : "40a483218088b4650b3daccd27900b30c8e5476bd4ff48dc817f9fb9e39c6773 "
15+ sha256 cellar : :any_skip_relocation , arm64_linux : "4c7ff339a7ea7d6883cbf8beb71b879b4e5d0121e7ebae8f1d2c5a4b7c5de5d8 "
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "aa6aa165501893dcd974e973f0e8c702dbd8d7e1ec665ff7277fa5eeb39d7317 "
1717 end
1818
1919 depends_on "go" => :build
@@ -25,11 +25,10 @@ def install
2525 end
2626
2727 test do
28- assert_match "trzsz ssh #{ version } " , shell_output ( "#{ bin } /tssh -V 2>&1" )
29- assert_match "trzsz ssh #{ version } " , shell_output ( "#{ bin } /tssh --version 2>&1" )
28+ assert_match version . to_s , shell_output ( "#{ bin } /tssh -v" )
3029
31- assert_match "invalid option" , shell_output ( "#{ bin } /tssh -o abc 2>&1" , 255 )
32- assert_match "invalid bind specification" , shell_output ( "#{ bin } /tssh -D xyz 2>&1" , 255 )
33- assert_match "invalid forward specification" , shell_output ( "#{ bin } /tssh -L 123 2>&1" , 255 )
30+ assert_match "invalid option" , shell_output ( "#{ bin } /tssh -o abc 2>&1" , 11 )
31+ assert_match "invalid bind specification" , shell_output ( "#{ bin } /tssh -D xyz 2>&1" , 11 )
32+ assert_match "invalid forwarding specification" , shell_output ( "#{ bin } /tssh -L 123 2>&1" , 11 )
3433 end
3534end
0 commit comments