From 43575efa410c11e483aee3325eb4281d07ca5537 Mon Sep 17 00:00:00 2001 From: n-ando Date: Fri, 24 Feb 2023 12:00:00 +0900 Subject: [PATCH] . --- omniorb-ssl-py310.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/omniorb-ssl-py310.rb b/omniorb-ssl-py310.rb index d5b6c8b..ab6e93b 100644 --- a/omniorb-ssl-py310.rb +++ b/omniorb-ssl-py310.rb @@ -22,11 +22,14 @@ class OmniorbSslPy310 < Formula regex(%r{url=.*?/omniORB[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t}i) end -# bottle do -# root_url "https://github.com/OpenRTM/homebrew-omniorb/releases/download/4.3.2/" -# sha256 cellar: :any, arm64_ventura: "3799767e566a27f30e76ca3cc5be93c8be1eec4402e9e640f7e291786b50abcb" -# sha256 cellar: :any, monterey: "392dc69b9050617222686354465f4e365756595ec93cc5bc9746c03dbe449486" -# end + bottle do + root_url "https://github.com/OpenRTM/homebrew-omniorb/releases/download/4.3.2/" + rebuild 1 + sha256 cellar: :any, ventura: "f28813cf644f33b5054f4ea18a63beb377816d2ae8db5e5ab75e17efeadbbada" + rebuild 1 + sha256 cellar: :any, arm64_sonoma: "c3e60b1058c9453d952e0f7b2c2d95371307aa19eccaea6e12706ceb10c1dcf2" + end + depends_on "pkg-config" => :build depends_on "openssl@3"