mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 13:54:40 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.25.12",
|
|
"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/v1.25.12/kubefwd_Windows_x86_64.zip",
|
|
"hash": "0f64184a213d1d209662c6b71b78af657f0e3800aa130a702c3d1b238baa66fa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/v1.25.12/kubefwd_Windows_i386.zip",
|
|
"hash": "840117b81f66038f17d2bf2ded128b053f28e4dfcbca64ca94eceb85690b1baa"
|
|
}
|
|
},
|
|
"bin": "kubefwd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/kubefwd_checksums.txt"
|
|
}
|
|
}
|
|
}
|