Skip to content

Commit 38f66fe

Browse files
authored
Merge pull request Homebrew#251919 from Homebrew/bump-pgrok-2025.10.29-1
pgrok 1.4.6
2 parents 771d94a + a5d85d8 commit 38f66fe

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Formula/p/pgrok.rb

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
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
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e08e717114ad97cdabbd707f8fc0dc3e48c2a84f392eaa3724390d5c4fcd4dbd"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72caa37de045c38a7f309e615264d7debd46d4aef4db4eecbc1bd27242363366"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72caa37de045c38a7f309e615264d7debd46d4aef4db4eecbc1bd27242363366"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "72caa37de045c38a7f309e615264d7debd46d4aef4db4eecbc1bd27242363366"
13-
sha256 cellar: :any_skip_relocation, sonoma: "20cd73267e742a16928e424e9dcbd4d2df87c454a1b82a89eaa5f7bc4f4651b8"
14-
sha256 cellar: :any_skip_relocation, ventura: "20cd73267e742a16928e424e9dcbd4d2df87c454a1b82a89eaa5f7bc4f4651b8"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "23d3f30c7e6919c34320512a9b80fa7a91c9048515bd40d82daf961035a19169"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cde6109a399efd862ca12f6c59a5153ce46d40fe1533d1b3e21cc3e4a46e8eb2"
14+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "4d5186a932f6f7d4a8158be261c494ff8031d88f7e2ebe7468cb59f2e9bcaec3"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d5186a932f6f7d4a8158be261c494ff8031d88f7e2ebe7468cb59f2e9bcaec3"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d5186a932f6f7d4a8158be261c494ff8031d88f7e2ebe7468cb59f2e9bcaec3"
17+
sha256 cellar: :any_skip_relocation, sonoma: "d3f69cfd8543a90d77cb8146f49dc1ec06c35101e2214daac083b1d3969c22bb"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "4e8df264bf0d3360544c451550b59b5779856b2abd2e1b15eb246455b55c8fce"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "09fa7db4fd8c819fc026194d598e6a87f76cb4f7ec5aad786c85d1e569394232"
1720
end
1821

1922
depends_on "go" => :build

0 commit comments

Comments
 (0)