Skip to content

Commit c001dd2

Browse files
authored
Merge pull request #249108 from Homebrew/retdec-python
retdec: migrate to `[email protected]`
2 parents d28c472 + c3e868d commit c001dd2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Formula/r/retdec.rb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ class Retdec < Formula
1111
no_autobump! because: :requires_manual_review
1212

1313
bottle do
14-
rebuild 2
15-
sha256 cellar: :any, arm64_tahoe: "abd1c53dcf15cfa96c614e40e46e5287d9c2c4d8e225de4c171eb2bd91d9c7fd"
16-
sha256 cellar: :any, arm64_sequoia: "216414b394e83210cce369da37d371ac44b4e3b6f6008fa16191efacc4ea9eaa"
17-
sha256 cellar: :any, arm64_sonoma: "8b9441e8c153d05e91cbeef5688f58584b709eec12b38a9c5f0fcf7dd80b258f"
18-
sha256 cellar: :any, arm64_ventura: "666d104c2c81ebf92f83b239aa716bf7e798362558b3855f83de08df4120b260"
19-
sha256 cellar: :any, sonoma: "12f78f71818e8477a1966f273a737e879246f72856e6a3d5cb3ddf134bbfe0fe"
20-
sha256 cellar: :any, ventura: "a6b2b8f1befd6b68df9dd0dc1786ac4204c4106c9fe2d8d2d2bf2973ed6bb6e2"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "8d18898575fd9cfdcdbef7fae747b2dccd25ef42383c30a52f7616e95552d282"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e46385c01a262b114048e4af0eea56b6ea7cffab2a39569faa28fd6e76f4fe4"
14+
rebuild 3
15+
sha256 cellar: :any, arm64_tahoe: "2ad4e38c27ebda7ec954319fc7fdea9c53895e7afb4e01d3a252eeceb2d44506"
16+
sha256 cellar: :any, arm64_sequoia: "8ed646df7127fad1de5ffe3587ea50a102c19b5a061fe27520c0a229d60c5a37"
17+
sha256 cellar: :any, arm64_sonoma: "dc347f9280c7321e959efb1bfbf731f515184d462fffcbf1f15e91933371e29a"
18+
sha256 cellar: :any, sonoma: "8f3003762a514b9378f1fc3ee2653c34e73fe5748bf8e1ea3d08ca208a084b66"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "d02d73b84091a9f137258db276ce65059fa16e41e9f119799e6398d5c53457e6"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b98c2b9804c2aee53bc1396747e28241bf708f479bff58d488dd64c3775c7e1"
2321
end
2422

2523
depends_on "autoconf" => :build
@@ -28,10 +26,14 @@ class Retdec < Formula
2826
depends_on "libtool" => :build
2927
depends_on "pkgconf" => :build
3028
depends_on "openssl@3"
31-
depends_on "python@3.13"
29+
depends_on "python@3.14"
3230

3331
uses_from_macos "zlib"
3432

33+
on_sequoia do
34+
depends_on xcode: ["16.4", :build]
35+
end
36+
3537
def install
3638
# Workaround for CMake 4 compatibility with multiple vendored deps
3739
ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5"

0 commit comments

Comments
 (0)