Skip to content

Commit cb0afce

Browse files
committed
.
1 parent 3248601 commit cb0afce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

omniorb-ssl-py313.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ class OmniorbSslPy313 < Formula
2222
regex(%r{url=.*?/omniORB[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t}i)
2323
end
2424

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
3030

3131
depends_on "pkg-config" => :build
3232
depends_on "openssl@3"

0 commit comments

Comments
 (0)