kubefwd: Update to version 1.14.7

This commit is contained in:
Jakub Čábera 2020-10-06 04:40:06 +02:00
parent 90945779f7
commit d6899dffa5

View File

@ -1,12 +1,13 @@
{ {
"version": "1.14.7",
"description": "Bulk port forwarding Kubernetes services for local development.",
"homepage": "https://github.com/txn2/kubefwd", "homepage": "https://github.com/txn2/kubefwd",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.14.0",
"description": "Bulk port forwarding Kubernetes services for local development.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.14.0/kubefwd_windows_amd64.zip", "url": "https://github.com/txn2/kubefwd/releases/download/1.14.7/kubefwd_1.14.7_Windows_x86_64.zip",
"hash": "e11b340daa0928ac9361eb3152fbe65d25018945db1b8bc649b3bf6c412d211c" "hash": "a011593affda380400302b437e0c45654ad38c0acf934563eed221b33034f528",
"extract_dir": "kubefwd_1.14.7_Windows_x86_64"
} }
}, },
"bin": "kubefwd.exe", "bin": "kubefwd.exe",
@ -14,7 +15,8 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "hash": {