Skip to content

Commit a39de31

Browse files
authored
Merge pull request #258980 from Homebrew/bump-gotun-0.7.0
gotun 0.7.0
2 parents 8163abf + 71b046e commit a39de31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gotun.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Gotun < Formula
22
desc "Lightweight HTTP proxy over SSH"
33
homepage "https://github.com/Sesame2/gotun"
4-
url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.6.1.tar.gz"
5-
sha256 "d63768ad7ae61b2fa29f100e22af19b9d43886eb85712e64c58d24b9408b92c1"
4+
url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "068bc457d87bb389fe107c8bcf5c132ba372b4700c79d4978e9de6bb8e3d0620"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "700956caa0621363c75435dcb00f638b26ac709be5b41cc850561b05c99bc94b"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "700956caa0621363c75435dcb00f638b26ac709be5b41cc850561b05c99bc94b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "700956caa0621363c75435dcb00f638b26ac709be5b41cc850561b05c99bc94b"
12-
sha256 cellar: :any_skip_relocation, sonoma: "9359d4ea158a6c165a1f02c694cde47e5155234933c2136500fb5433027b562b"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "d25f8a2fc8013990e210a4654bd55d91fb53135133a300c6f778235434ed6037"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f89af90bec14e9b584e6e2fb1751f11809f72ad43d570c6ef56ff69c79b52d94"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5bcf437b8bad68fbd4a99c5bfadac03bde329a346b3bedcc529e69499f135c77"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bcf437b8bad68fbd4a99c5bfadac03bde329a346b3bedcc529e69499f135c77"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5bcf437b8bad68fbd4a99c5bfadac03bde329a346b3bedcc529e69499f135c77"
12+
sha256 cellar: :any_skip_relocation, sonoma: "68aa1ae0851c6122f9a2b3a073cb9023276b7c098d0559151375b8f0551869ee"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "8bf22d6d937a3f19186e1aebe7007371cc7e5f588798e1b06416b1c35989fb11"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d51f705ebbd925d58bebdc5dc3de337668c33661bf33746f73ed175770acdb1"
1515
end
1616

1717
depends_on "go" => :build
@@ -45,7 +45,7 @@ def install
4545
# GNU/Linux raises EIO when read is done on closed pty
4646
end
4747

48-
assert_match "HTTP-over-SSH", output
48+
assert_match "GoTun dev", output
4949
assert_match "localhost:#{port}", output
5050
ensure
5151
Process.kill "TERM", server_pid

0 commit comments

Comments
 (0)