2020-10-06 04:40:06 +02:00

27 lines
940 B
JSON

{
"version": "1.14.7",
"description": "Bulk port forwarding Kubernetes services for local development.",
"homepage": "https://github.com/txn2/kubefwd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.14.7/kubefwd_1.14.7_Windows_x86_64.zip",
"hash": "a011593affda380400302b437e0c45654ad38c0acf934563eed221b33034f528",
"extract_dir": "kubefwd_1.14.7_Windows_x86_64"
}
},
"bin": "kubefwd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_$version_Windows_x86_64.zip",
"extract_dir": "kubefwd_$version_Windows_x86_64"
}
},
"hash": {
"url": "$baseurl/kubefwd_$version_checksums.txt"
}
}
}