Skip to content

Commit

Permalink
tty-share 2.4.1
Browse files Browse the repository at this point in the history
autobump: add tty-share

Signed-off-by: Rui Chen <rui@chenrui.dev>

tty-share: update homepage

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jan 12, 2025
1 parent 9f056db commit a1e6ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3227,6 +3227,7 @@ trurl
tsduck
tt
ttdl
tty-share
ttyd
ttyplot
tuisky
Expand Down
9 changes: 5 additions & 4 deletions Formula/t/tty-share.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
class TtyShare < Formula
desc "Terminal sharing over the Internet"
homepage "https://tty-share.com/"
url "https://github.com/elisescu/tty-share/archive/refs/tags/v2.4.0.tar.gz"
sha256 "90e566cd4c064a1c0b31a418c149a1766f158dd01b3563e7501c98dafd8c244f"
# too many redirects issue with the homepage, https://github.com/elisescu/tty-share/issues/83
homepage "https://github.com/elisescu/tty-share"
url "https://github.com/elisescu/tty-share/archive/refs/tags/v2.4.1.tar.gz"
sha256 "abc186307a95f55f1750592a38871d4839d2ff26365880110bdf107675ea264a"
license "MIT"

bottle do
Expand All @@ -23,7 +24,7 @@ class TtyShare < Formula

def install
ldflags = "-s -w -X main.version=#{version}"
system "go", "build", *std_go_args(ldflags:), "-mod=vendor"
system "go", "build", *std_go_args(ldflags:)
end

test do
Expand Down

0 comments on commit a1e6ca0

Please sign in to comment.