isc-dhcp 4.3.5

Closes #6229.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Tomasz Pajor 2016-10-24 16:42:16 +02:00
parent eb73b83639
commit f32c49b6c0

View file

@ -1,8 +1,8 @@
class IscDhcp < Formula
desc "Production-grade DHCP solution"
homepage "https://www.isc.org/software/dhcp"
url "https://ftp.isc.org/isc/dhcp/4.3.3/dhcp-4.3.3.tar.gz"
sha256 "553c4945b09b1c1b904c4780f34f72aaefa2fc8c6556715de0bc9d4e3d255ede"
url "https://ftp.isc.org/isc/dhcp/4.3.5/dhcp-4.3.5.tar.gz"
sha256 "eb95936bf15d2393c55dd505bc527d1d4408289cec5a9fa8abb99f7577e7f954"
bottle do
sha256 "10877ec83313e8d6ca609910a7c14f4742d5d181bc26e3ccb3e7087429685d7c" => :sierra
@ -49,7 +49,7 @@ class IscDhcp < Formula
ENV.deparallelize { system "make", "-C", "bind" }
# build everything else
inreplace "Makefile", "SUBDIRS = bind", "SUBDIRS = "
inreplace "Makefile", "SUBDIRS = ${top_srcdir}/bind", "SUBDIRS = "
system "make"
system "make", "install"