mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
Update Homebrew formula to 1.6.2 (#190)
Is there a way to automate this on new CoreDNS releases?
This commit is contained in:
parent
412dacd8b8
commit
9371cfb8fd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue