Skip to content

Commit 1c2dd7e

Browse files
BrewTestBotchenrui333
authored andcommitted
pgrok 1.4.6
Signed-off-by: Rui Chen <[email protected]>
1 parent 9e34374 commit 1c2dd7e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/p/pgrok.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
class Pgrok < Formula
22
desc "Poor man's ngrok, multi-tenant HTTP/TCP reverse tunnel solution"
33
homepage "https://github.com/pgrok/pgrok"
4-
url "https://github.com/pgrok/pgrok/archive/refs/tags/v1.4.5.tar.gz"
5-
sha256 "b43c145970d8a3f02aa7f1e96d5607ea57daabd675e0d760bbc837f7113bdc43"
4+
url "https://github.com/pgrok/pgrok/archive/refs/tags/v1.4.6.tar.gz"
5+
sha256 "9bec95b33c5773c5c3b85886f4bffe56ac4321c38941c36e717c9c0931e46f93"
66
license "MIT"
77

8+
livecheck do
9+
url :stable
10+
strategy :github_latest
11+
end
12+
813
bottle do
914
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e08e717114ad97cdabbd707f8fc0dc3e48c2a84f392eaa3724390d5c4fcd4dbd"
1015
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72caa37de045c38a7f309e615264d7debd46d4aef4db4eecbc1bd27242363366"

0 commit comments

Comments
 (0)