2025-04-22 15:31:47 +00:00

27 lines
829 B
JSON

{
"version": "0.10.1",
"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.10.1/acorn-v0.10.1-windows-amd64.zip",
"hash": "10101602a428dbf0479c268de390ba73159af62e3dfe1762d9b9b61c8b5f76c9"
}
},
"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"
}
}
}