2019-06-26 23:49:04 +08:00

25 lines
796 B
JSON

{
"homepage": "https://github.com/txn2/kubefwd",
"license": "Apache-2.0",
"version": "1.8.3",
"description": "Bulk port forwarding Kubernetes services for local development.",
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/v1.8.3/kubefwd_windows_amd64.zip",
"hash": "993db00959b37f7d4c676d0c6ea809a7ed0f6a1d908bad2334203baf975c7e3a"
}
},
"bin": "kubefwd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/kubefwd_$version_checksums.txt"
}
}
}