Skip to content

Commit

Permalink
Merge pull request #196469 from Homebrew/knot-update-urls
Browse files Browse the repository at this point in the history
knot: update livecheck, homepage urls
  • Loading branch information
BrewTestBot authored Nov 2, 2024
2 parents 888186b + 79cb043 commit b24eceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/k/knot.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Knot < Formula
desc "High-performance authoritative-only DNS server"
homepage "https://www.knot-dns.cz/"
url "https://secure.nic.cz/files/knot-dns/knot-3.4.2.tar.xz"
url "https://knot-dns.nic.cz/release/knot-3.4.2.tar.xz"
sha256 "d835285c1057d45effa1479cfe1f107a50e83d11c1c6d36f270deda88799883e"
license all_of: ["GPL-3.0-or-later", "0BSD", "BSD-3-Clause", "LGPL-2.0-or-later", "MIT"]

livecheck do
url "https://secure.nic.cz/files/knot-dns/"
url "https://www.knot-dns.cz/download/"
regex(/href=.*?knot[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

Expand Down

0 comments on commit b24eceb

Please sign in to comment.