mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://knative.dev",
|
|
"license": "Apache-2.0",
|
|
"description": "The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts.",
|
|
"version": "1.21.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/knative/client/releases/download/knative-v1.21.0/kn-windows-amd64.exe#/kn.exe",
|
|
"hash": "5739db3ae80cee7745b5a051fe71c448fa5f5453304b8524a9531aaf38dfec88"
|
|
}
|
|
},
|
|
"bin": "kn.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/knative/client",
|
|
"regex": "/releases/tag/knative-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/knative/client/releases/download/knative-v$version/kn-windows-amd64.exe#/kn.exe",
|
|
"hash": {
|
|
"url": "https://github.com/knative/client/releases/download/knative-v$version/checksums.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|