We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ff892 commit dd75649Copy full SHA for dd75649
Formula/p/proto.rb
@@ -1,8 +1,8 @@
1
class Proto < Formula
2
desc "Pluggable multi-language version manager"
3
homepage "https://moonrepo.dev/proto"
4
- url "https://github.com/moonrepo/proto/archive/refs/tags/v0.50.5.tar.gz"
5
- sha256 "9482fb7321d886c9a2faef16fdf0e1f0514e58fc4ef3478143d04facc30ab72f"
+ url "https://github.com/moonrepo/proto/archive/refs/tags/v0.51.0.tar.gz"
+ sha256 "e6e529d1b1ad84d46927bbb48d35f95bc18647413423ac298ecab18278e24e02"
6
license "MIT"
7
head "https://github.com/moonrepo/proto.git", branch: "master"
8
@@ -27,6 +27,7 @@ class Proto < Formula
27
uses_from_macos "bzip2"
28
29
on_linux do
30
+ depends_on "openssl@3"
31
depends_on "xz"
32
end
33
0 commit comments