We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c0ab1 commit 0720388Copy full SHA for 0720388
.github/autobump.txt
@@ -3114,6 +3114,7 @@ ssh-audit
3114
ssh-mitm
3115
sshs
3116
sshuttle
3117
+sshx
3118
ssldump
3119
sslh
3120
sslscan
Formula/s/sshx.rb
@@ -1,8 +1,8 @@
1
class Sshx < Formula
2
desc "Fast, collaborative live terminal sharing over the web"
3
homepage "https://sshx.io"
4
- url "https://github.com/ekzhang/sshx/archive/refs/tags/v0.3.1.tar.gz"
5
- sha256 "3bc2abc59be26c9eefaf7fc999aa4a3723d2916414c319fd06555415278acb64"
+ url "https://github.com/ekzhang/sshx/archive/refs/tags/v0.4.0.tar.gz"
+ sha256 "b92370d5d66266e2ea234d6be9515afeebf7d4b594b12035c19f13409a469531"
6
license "MIT"
7
8
bottle do
0 commit comments