Skip to content

Commit 463c0d5

Browse files
BrewTestBotbotantony
authored andcommitted
ldns 1.9.0
1 parent 22edf3e commit 463c0d5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Formula/l/ldns.rb

Lines changed: 2 additions & 9 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.
@@ -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)