From 9371cfb8fd4046280c9546344cee252c6bd88125 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Mon, 19 Aug 2019 15:24:26 +0200 Subject: [PATCH] Update Homebrew formula to 1.6.2 (#190) Is there a way to automate this on new CoreDNS releases? --- HomebrewFormula/coredns.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HomebrewFormula/coredns.rb b/HomebrewFormula/coredns.rb index 5f6f2ba..12368cf 100644 --- a/HomebrewFormula/coredns.rb +++ b/HomebrewFormula/coredns.rb @@ -1,9 +1,9 @@ class Coredns < Formula desc "DNS server that chains plugins" homepage "https://coredns.io" - url "https://github.com/coredns/coredns/releases/download/v1.5.2/coredns_1.5.2_darwin_amd64.tgz" - version "1.5.2" - sha256 "195c73f6ccbb013b7a326d46cd55c5e0aaa66914cfab97b2030c67ddf2d7b25a" + url "https://github.com/coredns/coredns/releases/download/v1.6.2/coredns_1.6.2_darwin_amd64.tgz" + version "1.6.2" + sha256 "23a41ee639b3214e30e1600227a0fecbf482654cb0e470e0c266e5113b304e9f" head "https://github.com/coredns/coredns.git" def default_coredns_config; <<~EOS