kubefwd: Fix autoupdate (#178)

This commit is contained in:
Hsiao-nan Cheung 2019-06-26 23:49:04 +08:00 committed by GitHub
parent d8d6ed12b0
commit 24c008a906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
{ {
"homepage": "https://github.com/txn2/kubefwd", "homepage": "https://github.com/txn2/kubefwd",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.8.2", "version": "1.8.3",
"description": "Bulk port forwarding Kubernetes services for local development.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.8.2/kubefwd_windows_amd64.zip", "url": "https://github.com/txn2/kubefwd/releases/download/v1.8.3/kubefwd_windows_amd64.zip",
"hash": "16b967ebc664a7ec712bf5349f2209827cffc260750efd8559a667d2a1ba6347" "hash": "993db00959b37f7d4c676d0c6ea809a7ed0f6a1d908bad2334203baf975c7e3a"
} }
}, },
"bin": "kubefwd.exe", "bin": "kubefwd.exe",
@ -13,7 +14,7 @@
"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/v$version/kubefwd_windows_amd64.zip"
} }
}, },
"hash": { "hash": {