From 3f29541f71d7c07c7df84e8a5fcf5dd587c9c3b5 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 17 Jul 2017 16:09:14 +0100 Subject: [PATCH] knot 2.5.3 update HEAD URL Closes #15702. Signed-off-by: ilovezfs --- Formula/knot.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/knot.rb b/Formula/knot.rb index 894445b308..51dfef158c 100644 --- a/Formula/knot.rb +++ b/Formula/knot.rb @@ -1,8 +1,8 @@ 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-2.5.2.tar.xz" - sha256 "286671a4ee35a5207b2e45fd0812962b481b1b543bf3d5df3a8c319c26e2f5e9" + url "https://secure.nic.cz/files/knot-dns/knot-2.5.3.tar.xz" + sha256 "d78ae231a68ace264f5738c8e57481923bcad7413f3f440c06fa6cc0aded9d8e" bottle do sha256 "4f06e27a71ae3c5fe02d3096fdc5d7f70ab07323f25b82e46d0fbb0e5d9e1771" => :sierra @@ -11,7 +11,7 @@ class Knot < Formula end head do - url "https://gitlab.labs.nic.cz/labs/knot.git" + url "https://gitlab.labs.nic.cz/knot/knot-dns.git" depends_on "automake" => :build depends_on "autoconf" => :build