Skip to content

Commit 09d57a3

Browse files
authored
Merge pull request #257102 from Homebrew/bump-ldns-1.9.0
ldns 1.9.0
2 parents dd9793b + 15aabf7 commit 09d57a3

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

Formula/l/ldns.rb

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Ldns < Formula
22
desc "DNS library written in C"
33
homepage "https://nlnetlabs.nl/projects/ldns/"
4-
url "https://nlnetlabs.nl/downloads/ldns/ldns-1.8.4.tar.gz"
5-
sha256 "838b907594baaff1cd767e95466a7745998ae64bc74be038dccc62e2de2e4247"
4+
url "https://nlnetlabs.nl/downloads/ldns/ldns-1.9.0.tar.gz"
5+
sha256 "abaeed2858fbea84a4eb9833e19e7d23380cc0f3d9b6548b962be42276ffdcb3"
66
license "BSD-3-Clause"
7-
revision 1
87

98
# https://nlnetlabs.nl/downloads/ldns/ since the first-party site has a
109
# tendency to lead to an `execution expired` error.
@@ -14,12 +13,12 @@ class Ldns < Formula
1413
end
1514

1615
bottle do
17-
sha256 cellar: :any, arm64_tahoe: "2002e705ab0503ef65d8f9f1f810bf7a3973790ebbc20154c74c547ecf4e3fad"
18-
sha256 cellar: :any, arm64_sequoia: "cafc56249b3b8f7f226b2890df163b76b692b8a541a12d2ee37aebbd7b2b48d1"
19-
sha256 cellar: :any, arm64_sonoma: "cc39729a2c4ba4a2a171539338ad298b8bf6a2a8a48a42a0515f71ed1f47ae72"
20-
sha256 cellar: :any, sonoma: "babaa19154f91c1256b486dca3ba2e3fe390adc73bad62ce68353110bd695acf"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "d01ef4425bae969379c2466ecfc3bca21436cc69b7e21298342d098b82a6dd3f"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "55a6aff98a9036107f56b657a605fa5b3b73cdfd673b86fe0daf69f063ff5787"
16+
sha256 cellar: :any, arm64_tahoe: "629f7a51a1a2803dd5416db7237b7c640e72b04614f2012df5fe08cd9639636f"
17+
sha256 cellar: :any, arm64_sequoia: "714d554e3c767062e77498ba92c0ff91b0871d86197ad91f90da65d9db3ab254"
18+
sha256 cellar: :any, arm64_sonoma: "81f4fd69ea66890b1b1db8122b5da93744270950657363ba40c32dec57b0df80"
19+
sha256 cellar: :any, sonoma: "190aaba1359ad4d26285d31902e53da00ee506610528baafdc1fbf539fb4f9a7"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "5ee79e560ef1f4d78924cf2070eb8dadca89a504f0f5417a99d3bd3730589d70"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad62627c746df971912e4cafba581db58e81f0bd90cb93bba6292213467237f"
2322
end
2423

2524
depends_on "swig" => :build
@@ -28,12 +27,6 @@ class Ldns < Formula
2827

2928
conflicts_with "drill", because: "both install a `drill` binary"
3029

31-
# build patch to work with swig 4.3.0, upstream pr ref, https://github.com/NLnetLabs/ldns/pull/257
32-
patch do
33-
url "https://github.com/NLnetLabs/ldns/commit/49b2e4a938d263bb8c532e64f33690551e43ca0c.patch?full_index=1"
34-
sha256 "e7dd20b06cf1b0728d0822118a8ae231405579a9f35b0d66ac6422249c2be518"
35-
end
36-
3730
def python3
3831
"python3.14"
3932
end

0 commit comments

Comments
 (0)