From e85dd6fe6945b334ad27a1f69726b64300e88382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 22 Oct 2020 16:48:09 +0200 Subject: [PATCH] coredns: Update to version 1.8.0 --- bucket/colortool.json | 4 ++-- bucket/coredns.json | 8 ++++---- bucket/flyway.json | 5 ++++- bucket/helm.json | 6 +++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/bucket/colortool.json b/bucket/colortool.json index 1ffcc0c83d..bdf0d2c208 100644 --- a/bucket/colortool.json +++ b/bucket/colortool.json @@ -1,14 +1,14 @@ { "version": "1904.29002", "description": "Utility for helping to set the color palette of the Windows Console", - "homepage": "https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool", + "homepage": "https://github.com/Microsoft/Terminal/tree/main/src/tools/ColorTool", "license": "MIT", "url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip", "hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000", "bin": "colortool.exe", "persist": "schemes", "checkver": { - "url": "https://raw.githubusercontent.com/microsoft/terminal/master/src/tools/ColorTool/README.md", + "url": "https://raw.githubusercontent.com/microsoft/terminal/main/src/tools/ColorTool/README.md", "regex": "releases/tag/([\\d.]+)" }, "autoupdate": { diff --git a/bucket/coredns.json b/bucket/coredns.json index 33796fb425..9b55108535 100644 --- a/bucket/coredns.json +++ b/bucket/coredns.json @@ -1,12 +1,12 @@ { - "version": "1.7.1", + "version": "1.8.0", "description": "A DNS server/forwarder, that chains plugins.", - "homepage": "https://coredns.io/", + "homepage": "https://coredns.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/coredns/coredns/releases/download/v1.7.1/coredns_1.7.1_windows_amd64.tgz", - "hash": "5877d9be662aca8a3bb1bec65919b79cd005b9b0e6a6ae9cb3f192bf7709011d" + "url": "https://github.com/coredns/coredns/releases/download/v1.8.0/coredns_1.8.0_windows_amd64.tgz", + "hash": "180370cc488c089ab28d08a5456db7d8ce3ddca779f77ae0559e55ff34b9e130" } }, "bin": "coredns.exe", diff --git a/bucket/flyway.json b/bucket/flyway.json index a142d8fba1..6177db3a5e 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -16,7 +16,10 @@ "sql", "jars" ], - "checkver": "Get Started with Flyway\\s+([\\d.]+)", + "checkver": { + "url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation", + "regex": "flyway-commandline-([\\d.]+)-windows" + }, "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/helm.json b/bucket/helm.json index 67e34966fd..7f13a5754b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -6,14 +6,14 @@ "architecture": { "64bit": { "url": "https://get.helm.sh/helm-v3.3.4-windows-amd64.zip", - "hash": "001f38788ed7ecfe336881b991d46bfd73596380185dc70557a1e352f27c0b22" + "hash": "001f38788ed7ecfe336881b991d46bfd73596380185dc70557a1e352f27c0b22", + "extract_dir": "windows-amd64" } }, - "extract_dir": "windows-amd64", "bin": "helm.exe", "checkver": { "url": "https://github.com/kubernetes/helm/releases", - "regex": "/tag/v(3\\.[\\d.]+)" + "regex": "/tag/v(3\\.[\\d.]+)\"" }, "autoupdate": { "architecture": {