Skip to content

Commit 85d7b4e

Browse files
authored
Merge pull request #182707 from Homebrew/bump-kcptun-20240828
kcptun 20240828
2 parents f51a0ff + 2de3e86 commit 85d7b4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/k/kcptun.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kcptun < Formula
22
desc "Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC"
33
homepage "https://github.com/xtaci/kcptun"
4-
url "https://github.com/xtaci/kcptun/archive/refs/tags/v20240825.tar.gz"
5-
sha256 "f0e8828fff6033df47cc020ebe83deff7ab438188dca5f79b9f23f49a98d0730"
4+
url "https://github.com/xtaci/kcptun/archive/refs/tags/v20240828.tar.gz"
5+
sha256 "a20523d2a54aa7782c901733689278a6ddc2a0a2e78ecdcdb21e7184d4eab4ce"
66
license "MIT"
77
head "https://github.com/xtaci/kcptun.git", branch: "master"
88

@@ -16,13 +16,13 @@ class Kcptun < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b82edfb164b6f65af4aba1f85d47f9edd41a7b4e8e91024ec530024aeee7057"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b82edfb164b6f65af4aba1f85d47f9edd41a7b4e8e91024ec530024aeee7057"
21-
sha256 cellar: :any_skip_relocation, arm64_monterey: "0b82edfb164b6f65af4aba1f85d47f9edd41a7b4e8e91024ec530024aeee7057"
22-
sha256 cellar: :any_skip_relocation, sonoma: "01554d2305761e31a4aa91744837b066d382682d32325a03568d4f4187ee2db9"
23-
sha256 cellar: :any_skip_relocation, ventura: "01554d2305761e31a4aa91744837b066d382682d32325a03568d4f4187ee2db9"
24-
sha256 cellar: :any_skip_relocation, monterey: "01554d2305761e31a4aa91744837b066d382682d32325a03568d4f4187ee2db9"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f26c8a3d32cfbe3857a9f513f9552d89e890657d4778373c5fa07279781b888"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0833de090eb175a37bb48f9a08ee8bdd64efbf8646c2d34001cb454259440ec7"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0833de090eb175a37bb48f9a08ee8bdd64efbf8646c2d34001cb454259440ec7"
21+
sha256 cellar: :any_skip_relocation, arm64_monterey: "0833de090eb175a37bb48f9a08ee8bdd64efbf8646c2d34001cb454259440ec7"
22+
sha256 cellar: :any_skip_relocation, sonoma: "a1532bffc14e9694b0a31e382e40662c39b32c4fe9880c97efc1c0bc6dabe3c0"
23+
sha256 cellar: :any_skip_relocation, ventura: "a1532bffc14e9694b0a31e382e40662c39b32c4fe9880c97efc1c0bc6dabe3c0"
24+
sha256 cellar: :any_skip_relocation, monterey: "a1532bffc14e9694b0a31e382e40662c39b32c4fe9880c97efc1c0bc6dabe3c0"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2f59fefd820759d4b6f39622a1f65b94cce284b97f0b7b51a248f5f513e594e"
2626
end
2727

2828
depends_on "go" => :build

0 commit comments

Comments
 (0)