mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.18.0",
|
|
"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.18.0/kubefwd_Windows_x86_64.zip",
|
|
"hash": "c2013df86dbb03fc26f8e86f57e075d1a3e6a1d203ebe1a0b24d6c908a8c1781"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/1.18.0/kubefwd_Windows_i386.zip",
|
|
"hash": "04fff740bc164aa5049274349b646d8e06e0b21018715cc15ab43e6d16206e1c"
|
|
}
|
|
},
|
|
"bin": "kubefwd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/kubefwd_checksums.txt"
|
|
}
|
|
}
|
|
}
|