mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
Bump CoreDNS version to 1.6.9 (#213)
Signed-off-by: Frederic Hemberger <mail@frederic-hemberger.de>
This commit is contained in:
parent
b0a81f9261
commit
a12087b3dd
1 changed files with 3 additions and 3 deletions
|
@ -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.6.2/coredns_1.6.2_darwin_amd64.tgz"
|
url "https://github.com/coredns/coredns/releases/download/v1.6.9/coredns_1.6.9_darwin_amd64.tgz"
|
||||||
version "1.6.2"
|
version "1.6.9"
|
||||||
sha256 "23a41ee639b3214e30e1600227a0fecbf482654cb0e470e0c266e5113b304e9f"
|
sha256 "d0b91c2423e459b6c03561d640c2c686b3168f45a9c510782c268dd549f4a84f"
|
||||||
head "https://github.com/coredns/coredns.git"
|
head "https://github.com/coredns/coredns.git"
|
||||||
|
|
||||||
def default_coredns_config; <<~EOS
|
def default_coredns_config; <<~EOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue