mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.17.2",
|
|
"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.17.2/kubefwd_Windows_x86_64.zip",
|
|
"hash": "7a6f28db69df6a2c826ddbb15c825df6187e30a61aa68085469276e241645f22"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/txn2/kubefwd/releases/download/1.17.2/kubefwd_Windows_i386.zip",
|
|
"hash": "6c9c4fefedf34339b583b90eff923371df9ad826960b389c501fb6d5a5e89a4f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|