Skip to content

Commit

Permalink
frps 0.35.0
Browse files Browse the repository at this point in the history
* frps 0.35.0
* update test

Closes Homebrew#69630.

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
chenrui333 authored and BrewTestBot committed Jan 23, 2021
1 parent 3f79056 commit 9a9775d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/frps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Frps < Formula
desc "Server app of fast reverse proxy to expose a local server to the internet"
homepage "https://github.com/fatedier/frp"
url "https://github.com/fatedier/frp.git",
tag: "v0.34.3",
revision: "aa0a41ee4e3fd332978d509dcdbb09a7f457c880"
tag: "v0.35.0",
revision: "b2ae433e18fcecaa752df49806c2d230570a5900"
license "Apache-2.0"

bottle do
Expand Down Expand Up @@ -64,6 +64,6 @@ def plist
sleep 3

output = read.gets
assert_match "frps tcp listen on", output
assert_match "frps uses command line arguments for config", output
end
end

0 comments on commit 9a9775d

Please sign in to comment.