kubefwd: Update to version 1.17.4

This commit is contained in:
Jakub Čábera 2021-02-09 19:41:33 +01:00
parent 40e50243d8
commit 534b7d09da

View File

@ -1,16 +1,16 @@
{ {
"version": "1.17.3", "version": "1.17.4",
"description": "Bulk port forwarding Kubernetes services for local development", "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",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.17.3/kubefwd_Windows_x86_64.zip", "url": "https://github.com/txn2/kubefwd/releases/download/v1.17.4/kubefwd_Windows_x86_64.zip",
"hash": "2c5b781448cc541b68b579327dabe3eba16ad3c565de32bc2ee87e7890eb3713" "hash": "7edccafb2628a58b79ff113464ad49f2aee992a2dcfd8e17f2e66bbe815ca40e"
}, },
"32bit": { "32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.17.3/kubefwd_Windows_i386.zip", "url": "https://github.com/txn2/kubefwd/releases/download/v1.17.4/kubefwd_Windows_i386.zip",
"hash": "1c1b3fee4dd6d820165c0eec30b8f79d56bcc90b31d1e3dedc63eeb43b290c3b" "hash": "3ceca75aba66a577ab3a2219d26bc78497010604d0a50db8e17aae54d5aedbe6"
} }
}, },
"bin": "kubefwd.exe", "bin": "kubefwd.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip" "url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip" "url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip"
} }
}, },
"hash": { "hash": {