mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
25 lines
796 B
JSON
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"
|
|
}
|
|
}
|
|
}
|