kubefwd: Update to version 1.18.0

This commit is contained in:
Jakub Čábera 2021-03-11 17:44:05 +01:00
parent 32c90b1750
commit 5f7cd814cc

View File

@ -1,16 +1,16 @@
{ {
"version": "1.17.4", "version": "1.18.0",
"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/v1.17.4/kubefwd_Windows_x86_64.zip", "url": "https://github.com/txn2/kubefwd/releases/download/1.18.0/kubefwd_Windows_x86_64.zip",
"hash": "7edccafb2628a58b79ff113464ad49f2aee992a2dcfd8e17f2e66bbe815ca40e" "hash": "c2013df86dbb03fc26f8e86f57e075d1a3e6a1d203ebe1a0b24d6c908a8c1781"
}, },
"32bit": { "32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/v1.17.4/kubefwd_Windows_i386.zip", "url": "https://github.com/txn2/kubefwd/releases/download/1.18.0/kubefwd_Windows_i386.zip",
"hash": "3ceca75aba66a577ab3a2219d26bc78497010604d0a50db8e17aae54d5aedbe6" "hash": "04fff740bc164aa5049274349b646d8e06e0b21018715cc15ab43e6d16206e1c"
} }
}, },
"bin": "kubefwd.exe", "bin": "kubefwd.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip" "url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip" "url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip"
} }
}, },
"hash": { "hash": {