Skip to content

Commit

Permalink
inlets 2.3.1
Browse files Browse the repository at this point in the history
Closes Homebrew#43374.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
  • Loading branch information
chenrui333 authored and lembacon committed Aug 23, 2019
1 parent 8894090 commit 576449a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/inlets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Inlets < Formula
desc "Expose your local endpoints to the Internet"
homepage "https://github.com/alexellis/inlets"
url "https://github.com/alexellis/inlets.git",
:tag => "2.2.0",
:revision => "2f5e458d062e55dda9f08109f7b2c3c6919fcdf9"
:tag => "2.3.1",
:revision => "32012d6a4b0686f395f77e4231d4d56650c5816e"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -91,7 +91,7 @@ def cleanup(name, pid)
commit = stable_resource.instance_variable_get(:@specs)[:revision]

# Basic --version test
inlets_version = shell_output("#{bin}/inlets --version")
inlets_version = shell_output("#{bin}/inlets version")
assert_match /\s#{commit}$/, inlets_version
assert_match /\s#{version}$/, inlets_version

Expand Down

0 comments on commit 576449a

Please sign in to comment.