2023-04-16 08:25:56 +00:00

25 lines
811 B
JSON

{
"version": "1.5.2",
"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.5.2/ktunnel_1.5.2_Windows_x86_64.tar.gz",
"hash": "925c0bd81410b9c8235a85fff8d39e4abb797f5e9540055c13311907f7db1621"
}
},
"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"
}
}
}