2023-10-19 00:32:49 +00:00

27 lines
826 B
JSON

{
"version": "0.9.0",
"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.0/acorn-v0.9.0-windows-amd64.zip",
"hash": "c1adf8af1c8773aec9a656b7a36e62848aa4b8397a7b894effbff2448c17d272"
}
},
"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"
}
}
}