2023-11-06 20:24:17 +00:00

27 lines
826 B
JSON

{
"version": "0.9.2",
"description": "A simple application deployment framework for Kubernetes.",
"homepage": "https://acorn.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/acorn-io/acorn/releases/download/v0.9.2/acorn-v0.9.2-windows-amd64.zip",
"hash": "16a7c4598df8bc08980d7aa8db0b0ef43d89d4c880205216a039c85543d5d258"
}
},
"bin": "acorn.exe",
"checkver": {
"github": "https://github.com/acorn-io/acorn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/acorn-io/acorn/releases/download/v$version/acorn-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}