Skip to content

Commit dd75649

Browse files
BrewTestBotchenrui333
authored andcommitted
proto 0.51.0
proto: depends_on `openssl@3` Signed-off-by: Rui Chen <[email protected]>
1 parent 62ff892 commit dd75649

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/p/proto.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Proto < Formula
22
desc "Pluggable multi-language version manager"
33
homepage "https://moonrepo.dev/proto"
4-
url "https://github.com/moonrepo/proto/archive/refs/tags/v0.50.5.tar.gz"
5-
sha256 "9482fb7321d886c9a2faef16fdf0e1f0514e58fc4ef3478143d04facc30ab72f"
4+
url "https://github.com/moonrepo/proto/archive/refs/tags/v0.51.0.tar.gz"
5+
sha256 "e6e529d1b1ad84d46927bbb48d35f95bc18647413423ac298ecab18278e24e02"
66
license "MIT"
77
head "https://github.com/moonrepo/proto.git", branch: "master"
88

@@ -27,6 +27,7 @@ class Proto < Formula
2727
uses_from_macos "bzip2"
2828

2929
on_linux do
30+
depends_on "openssl@3"
3031
depends_on "xz"
3132
end
3233

0 commit comments

Comments
 (0)