Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-ando committed Oct 21, 2024
1 parent 6cb90bb commit 9ba7ee7
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
7 changes: 7 additions & 0 deletions omniorb-ssl-py310.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ class OmniorbSslPy310 < Formula
sha256 cellar: :any, ventura: "f28813cf644f33b5054f4ea18a63beb377816d2ae8db5e5ab75e17efeadbbada"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "c3e60b1058c9453d952e0f7b2c2d95371307aa19eccaea6e12706ceb10c1dcf2"
rebuild 1
sha256 cellar: :any, arm64_sequoia: "c3e60b1058c9453d952e0f7b2c2d95371307aa19eccaea6e12706ceb10c1dcf2"
rebuild 1
sha256 cellar: :any, arm64_ventura: "c3e60b1058c9453d952e0f7b2c2d95371307aa19eccaea6e12706ceb10c1dcf2"
end





depends_on "pkg-config" => :build
depends_on "openssl@3"
depends_on "python@3.10"
Expand Down
5 changes: 5 additions & 0 deletions omniorb-ssl-py311.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ class OmniorbSslPy311 < Formula
sha256 cellar: :any, ventura: "c2f68a99801ccf13dd4609d1141043e8a9e4853538278ae90af6f0c5e8c30546"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "59490a20f8b31b7e49f5495f22772006c9e53697acf20e3151845884bd1178e8"
rebuild 1
sha256 cellar: :any, arm64_sequoia: "59490a20f8b31b7e49f5495f22772006c9e53697acf20e3151845884bd1178e8"
rebuild 1
sha256 cellar: :any, arm64_ventura: "59490a20f8b31b7e49f5495f22772006c9e53697acf20e3151845884bd1178e8"
end



depends_on "pkg-config" => :build
depends_on "openssl@3"
depends_on "python@3.11"
Expand Down
5 changes: 5 additions & 0 deletions omniorb-ssl-py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ class OmniorbSslPy312 < Formula
rebuild 1
sha256 cellar: :any, ventura: "90a96d19c699ab71b71358a3cdf8f13e08837624c92fe201256a66b5582e10a1"
rebuild 1
sha256 cellar: :any, arm64_sequoia: "638a1ab44cbeb3cdf805e25f2a40900d29922ab2336a4d3f79075e762227a3fe"
rebuild 1
sha256 cellar: :any, arm64_ventura: "638a1ab44cbeb3cdf805e25f2a40900d29922ab2336a4d3f79075e762227a3fe"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "638a1ab44cbeb3cdf805e25f2a40900d29922ab2336a4d3f79075e762227a3fe"
end



depends_on "pkg-config" => :build
depends_on "openssl@3"
depends_on "python@3.12"
Expand Down
11 changes: 9 additions & 2 deletions omniorb-ssl-py313.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ class OmniorbSslPy313 < Formula

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"
rebuild 1
sha256 cellar: :any, ventura: "19b15e83346afa2b6e141c9a3dc3e7daba557dc87e1c78056fcab5914ba420dd"
rebuild 1
sha256 cellar: :any, arm64_sequoia: "dce5103398da0dfbd302a0f7242a1b43f68aa068e246e664320821df96ff8c68"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "dce5103398da0dfbd302a0f7242a1b43f68aa068e246e664320821df96ff8c68"
rebuild 1
sha256 cellar: :any, arm64_ventura: "dce5103398da0dfbd302a0f7242a1b43f68aa068e246e664320821df96ff8c68"
end


depends_on "pkg-config" => :build
depends_on "openssl@3"
depends_on "python@3.13"
Expand Down
9 changes: 8 additions & 1 deletion omniorb-ssl-py39.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ class OmniorbSslPy39 < Formula
bottle do
root_url "https://github.com/OpenRTM/homebrew-omniorb/releases/download/4.3.2/"
rebuild 1
sha256 cellar: :any, ventura: "32f63951460bcffa7cefa297bc9522ec9b39fc1c7419e3ad58c8bff831b8132e"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "cc5919d4bb4a6c3e6d4066002276ead2d30f58f070bd8095e399b2e8f5674c72"
sha256 cellar: :any, ventura: "32f63951460bcffa7cefa297bc9522ec9b39fc1c7419e3ad58c8bff831b8132e"
rebuild 1
sha256 cellar: :any, arm64_ventura: "cc5919d4bb4a6c3e6d4066002276ead2d30f58f070bd8095e399b2e8f5674c72"
rebuild 1
sha256 cellar: :any, arm64_sequoia: "cc5919d4bb4a6c3e6d4066002276ead2d30f58f070bd8095e399b2e8f5674c72"
end



depends_on "pkg-config" => :build
depends_on "openssl@3"
depends_on "python@3.9"
Expand Down

0 comments on commit 9ba7ee7

Please sign in to comment.