coredns: Update to version 1.8.0

This commit is contained in:
Jakub Čábera 2020-10-22 16:48:09 +02:00
parent f81a0aee11
commit e85dd6fe69
4 changed files with 13 additions and 10 deletions

View File

@ -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": {

View File

@ -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",

View File

@ -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": {

View File

@ -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": {