From d6899dffa5f961e1b0ca915bd64b744dc0a9e240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Oct 2020 04:40:06 +0200 Subject: [PATCH] kubefwd: Update to version 1.14.7 --- bucket/kubefwd.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bucket/kubefwd.json b/bucket/kubefwd.json index e064e9090f..be6014e9d5 100644 --- a/bucket/kubefwd.json +++ b/bucket/kubefwd.json @@ -1,12 +1,13 @@ { + "version": "1.14.7", + "description": "Bulk port forwarding Kubernetes services for local development.", "homepage": "https://github.com/txn2/kubefwd", "license": "Apache-2.0", - "version": "1.14.0", - "description": "Bulk port forwarding Kubernetes services for local development.", "architecture": { "64bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/1.14.0/kubefwd_windows_amd64.zip", - "hash": "e11b340daa0928ac9361eb3152fbe65d25018945db1b8bc649b3bf6c412d211c" + "url": "https://github.com/txn2/kubefwd/releases/download/1.14.7/kubefwd_1.14.7_Windows_x86_64.zip", + "hash": "a011593affda380400302b437e0c45654ad38c0acf934563eed221b33034f528", + "extract_dir": "kubefwd_1.14.7_Windows_x86_64" } }, "bin": "kubefwd.exe", @@ -14,7 +15,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_windows_amd64.zip" + "url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_$version_Windows_x86_64.zip", + "extract_dir": "kubefwd_$version_Windows_x86_64" } }, "hash": {