mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
22 lines
698 B
JSON
22 lines
698 B
JSON
{
|
|
"version": "0.0.32",
|
|
"description": "Create cloud-native applications on Kubernetes.",
|
|
"homepage": "https://github.com/Azure/draft",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/draft/releases/download/v0.0.32/draft-windows-amd64.exe#/draft.exe",
|
|
"hash": "92b3f14c966b64b96e284f2ebdcc6a40d73aa831f2467b2f3fc540d4cf2ef2c9"
|
|
}
|
|
},
|
|
"bin": "draft.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/draft/releases/download/v$version/draft-windows-amd64.exe#/draft.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|