Update Homebrew formula to 1.6.2 (#190)

Is there a way to automate this on new CoreDNS releases?
This commit is contained in:
Frederic Hemberger 2019-08-19 15:24:26 +02:00 committed by Chris O'Haver
parent 412dacd8b8
commit 9371cfb8fd

View file

@ -1,9 +1,9 @@
class Coredns < Formula class Coredns < Formula
desc "DNS server that chains plugins" desc "DNS server that chains plugins"
homepage "https://coredns.io" homepage "https://coredns.io"
url "https://github.com/coredns/coredns/releases/download/v1.5.2/coredns_1.5.2_darwin_amd64.tgz" url "https://github.com/coredns/coredns/releases/download/v1.6.2/coredns_1.6.2_darwin_amd64.tgz"
version "1.5.2" version "1.6.2"
sha256 "195c73f6ccbb013b7a326d46cd55c5e0aaa66914cfab97b2030c67ddf2d7b25a" sha256 "23a41ee639b3214e30e1600227a0fecbf482654cb0e470e0c266e5113b304e9f"
head "https://github.com/coredns/coredns.git" head "https://github.com/coredns/coredns.git"
def default_coredns_config; <<~EOS def default_coredns_config; <<~EOS