From 94a4dc07586c362b5f7c4365017dfb7982ab4806 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 7 Nov 2019 15:40:13 +0100 Subject: [PATCH] coredns: Add version 1.6.5 --- bucket/coredns.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/coredns.json diff --git a/bucket/coredns.json b/bucket/coredns.json new file mode 100644 index 0000000000..42564bdbcc --- /dev/null +++ b/bucket/coredns.json @@ -0,0 +1,26 @@ +{ + "homepage": "https://coredns.io/", + "description": "A DNS server/forwarder, that chains plugins.", + "license": "Apache-2.0", + "version": "1.6.5", + "architecture": { + "64bit": { + "url": "https://github.com/coredns/coredns/releases/download/v1.6.5/coredns_1.6.5_windows_amd64.tgz", + "hash": "c082fcbf42c445c5dfa32919676b12fdc07136c7d08b5a230eddbc343f1bca9d" + } + }, + "bin": "coredns.exe", + "checkver": { + "github": "https://github.com/coredns/coredns" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/coredns/coredns/releases/download/v1.6.5/coredns_1.6.5_windows_amd64.tgz" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}