Skip to content

Commit

Permalink
Merge pull request #177247 from Homebrew/bump-kcptun-20240713
Browse files Browse the repository at this point in the history
kcptun 20240713
  • Loading branch information
BrewTestBot authored Jul 13, 2024
2 parents fb3046e + 86be1fe commit 3f80845
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kcptun.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kcptun < Formula
desc "Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC"
homepage "https://github.com/xtaci/kcptun"
url "https://github.com/xtaci/kcptun/archive/refs/tags/v20240706.tar.gz"
sha256 "f9f1b4b992917a3e40cbf169691c78b57ae81ac235bce34b8a3cf9844bf82dfa"
url "https://github.com/xtaci/kcptun/archive/refs/tags/v20240713.tar.gz"
sha256 "d9c00ac7f1523cec2fb7f0950429e3cc50f1b7b798931b1f6e4f52c5e347dec0"
license "MIT"
head "https://github.com/xtaci/kcptun.git", branch: "master"

Expand All @@ -16,13 +16,13 @@ class Kcptun < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8a5012b20f790756fdca928db02376166209798cf2d69a20eed93c2e053a20d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eeabc141d4f1e0c34dd61efd181c00130548ae2a70138dcafa9b35870073d5aa"
sha256 cellar: :any_skip_relocation, arm64_monterey: "20c783e78ed2f1465a67f7a3365a70bb1fa003bf0e85593a002b336a67b96440"
sha256 cellar: :any_skip_relocation, sonoma: "ca94ee53e11c45a8ee68330a37939271e4a9d826016658042409df2feb7beaf3"
sha256 cellar: :any_skip_relocation, ventura: "3e60c9e594b2c4fb956287acb10cb90a950dab72110de3542c5317826bd61fbd"
sha256 cellar: :any_skip_relocation, monterey: "d81d95eafe7b867c31dcadd9ea39cfe9228eabb3d68175e55d33b3380b3b3f63"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff30e9ee6a48633ce5fc0efe029fd43dc5efac3d0257317ff8786f18473130fa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ff4d6a6ec2d8a41d856152c2e7962f21f79c30efd7d4217a21e4ba2ed30d191"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20f890f7503cddfca3feb13ae3bad98db9654453a683fb4f13e0d8a47b1adc85"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1a80d4d4c70a4d18c703843204e8a741c2f197481eeb719a57e1e1ae9d7f306d"
sha256 cellar: :any_skip_relocation, sonoma: "ef1bec449e0dc0e8c22a79971d2e107efbfba64d24c012a032c907c39a1e903f"
sha256 cellar: :any_skip_relocation, ventura: "7b50f88d18e7e8bf2666de9319a1bf932b4b932190d970266b3d30c12bd2c83a"
sha256 cellar: :any_skip_relocation, monterey: "d4c9ad5b7f8dba53a1732ba7e0736aeaaa8aff2a8c82734d994079904dfc968d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b52a518259d955c87b834c50873f2dbedabe4bcba436efecfcca0533142aa18"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3f80845

Please # to comment.