2023-08-30 20:24:32 +00:00

27 lines
826 B
JSON

{
"version": "0.8.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.8.0/acorn-v0.8.0-windows-amd64.zip",
"hash": "bc2ebff4135769351fd22519aaa4fa7b1307add07259cf64bb95e3baedda78fa"
}
},
"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"
}
}
}