mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 19:01:19 +00:00
25 lines
796 B
JSON
25 lines
796 B
JSON
{
|
|
"homepage": "https://github.com/txn2/kubefwd",
|
|
"license": "Apache-2.0",
|
|
"version": "1.9.2",
|
|
"description": "Bulk port forwarding Kubernetes services for local development.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/v1.9.2/kubefwd_windows_amd64.zip",
|
|
"hash": "1792c12351b2b9f8e3165d3099fde84595c103752476ad998b447c5396ba8de6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|