From 13eeb73c8d8e31eef7abec1b36050cd6e5ebb509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 22 Sep 2020 08:20:11 +0200 Subject: [PATCH] coredns: Update to version 1.7.1 --- bucket/coredns.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/coredns.json b/bucket/coredns.json index 39b6117511..33796fb425 100644 --- a/bucket/coredns.json +++ b/bucket/coredns.json @@ -1,12 +1,12 @@ { - "homepage": "https://coredns.io/", + "version": "1.7.1", "description": "A DNS server/forwarder, that chains plugins.", + "homepage": "https://coredns.io/", "license": "Apache-2.0", - "version": "1.7.0", "architecture": { "64bit": { - "url": "https://github.com/coredns/coredns/releases/download/v1.7.0/coredns_1.7.0_windows_amd64.tgz", - "hash": "8c90aba3479017bb9af377e0a8c281eebe432287f16fd27b6992a3f7bb4582d5" + "url": "https://github.com/coredns/coredns/releases/download/v1.7.1/coredns_1.7.1_windows_amd64.tgz", + "hash": "5877d9be662aca8a3bb1bec65919b79cd005b9b0e6a6ae9cb3f192bf7709011d" } }, "bin": "coredns.exe",