mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
25 lines
811 B
JSON
25 lines
811 B
JSON
{
|
|
"version": "1.6.0",
|
|
"description": "CLI tool to expose your local resources to Kubernetes.",
|
|
"homepage": "https://github.com/omrikiei/ktunnel",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Windows_x86_64.tar.gz",
|
|
"hash": "096e4b5efbef24317280734294898a3b6507455871deb38fa3b76746d4e1f1b5"
|
|
}
|
|
},
|
|
"bin": "ktunnel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/omrikiei/ktunnel/releases/download/v$version/ktunnel_$version_Windows_x86_64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|