File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ class OmniorbSslPy313 < Formula
22
22
regex ( %r{url=.*?/omniORB[._-]v?(\d +(?:\. \d +)+(?:-\d +)?)\. t}i )
23
23
end
24
24
25
- # bottle do
26
- # root_url "https://github.com/OpenRTM/homebrew-omniorb/releases/download/4.3.2/"
27
- # sha256 cellar: :any, arm64_ventura: "3799767e566a27f30e76ca3cc5be93c8be1eec4402e9e640f7e291786b50abcb"
28
- # sha256 cellar: :any, monterey: "392dc69b9050617222686354465f4e365756595ec93cc5bc9746c03dbe449486"
29
- # end
25
+ bottle do
26
+ root_url "https://github.com/OpenRTM/homebrew-omniorb/releases/download/4.3.2/"
27
+ sha256 cellar : :any , arm64_ventura : "3799767e566a27f30e76ca3cc5be93c8be1eec4402e9e640f7e291786b50abcb"
28
+ sha256 cellar : :any , monterey : "392dc69b9050617222686354465f4e365756595ec93cc5bc9746c03dbe449486"
29
+ end
30
30
31
31
depends_on "pkg-config" => :build
32
32
depends_on "openssl@3"
You can’t perform that action at this time.
0 commit comments