2023-01-25 00:34:45 +00:00

27 lines
826 B
JSON

{
"version": "0.5.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.5.0/acorn-v0.5.0-windows-amd64.zip",
"hash": "146161e787869d9158fd249166734d4350caebe0823d0dca9a5c31d0be02f6db"
}
},
"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"
}
}
}