Skip to content

Commit 89613d1

Browse files
authored
Merge pull request #228078 from Homebrew/bump-frps-0.63.0
frps 0.63.0
2 parents d9eee0a + 0f24e3d commit 89613d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/frps.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Frps < Formula
22
desc "Server app of fast reverse proxy to expose a local server to the internet"
33
homepage "https://github.com/fatedier/frp"
4-
url "https://github.com/fatedier/frp/archive/refs/tags/v0.62.1.tar.gz"
5-
sha256 "d0513f1c08f7a6b31f91ddeca64ccdec43726c20d20103de5220055daa04b903"
4+
url "https://github.com/fatedier/frp/archive/refs/tags/v0.63.0.tar.gz"
5+
sha256 "e5269cf3d545a90fe3773dd39abe6eb8511f02c1dc0cdf759a65d1e776dc1520"
66
license "Apache-2.0"
77
head "https://github.com/fatedier/frp.git", branch: "dev"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d9807680d72d0c8d50be80a36b04827928aa0eeacc424931307b741a93b30522"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f9c83a1cdb2d1a589352522fa297418e4eedf86b25a29f20a12f386b52e20fed"
14-
sha256 cellar: :any_skip_relocation, ventura: "f9c83a1cdb2d1a589352522fa297418e4eedf86b25a29f20a12f386b52e20fed"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "9827cf86b8f3040d5b552ed5dedc24d7d770db22bcf9ff0c5c3db08e0a205491"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f80a9d6592bde266142dc3be2d572e8095635d6a641290ee10788e1f97a703a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "035d2bbb428e68047e3ea543122c367c402cb9a3dbc5c5b22deebecbd78e8f70"
13+
sha256 cellar: :any_skip_relocation, sonoma: "34472a027798177700bce769f92ab6a16a715b8be996ffcbacf1069e7f60ee98"
14+
sha256 cellar: :any_skip_relocation, ventura: "34472a027798177700bce769f92ab6a16a715b8be996ffcbacf1069e7f60ee98"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "2f0fed08cae5550779d53c55f9bc53e53f3de5693148be9818a33ad0893dd991"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "60988fbbf497e623a36dd865cfd9916e45c3a59ef84e8e38ca662a59191b010c"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)