File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments