2024-12-05 16:31:54 +00:00

22 lines
696 B
JSON

{
"version": "0.1.0",
"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.1.0/draft-windows-amd64.exe#/draft.exe",
"hash": "9da8d45cec7d69a724a1e67dfc6713d2de01c057848f087255385c679fc433ba"
}
},
"bin": "draft.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/draft/releases/download/v$version/draft-windows-amd64.exe#/draft.exe"
}
}
}
}