mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
27 lines
826 B
JSON
27 lines
826 B
JSON
{
|
|
"version": "0.9.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.9.1/acorn-v0.9.1-windows-amd64.zip",
|
|
"hash": "e5186305b015afaa0b2de1f96adf65d558823eaa1985a1018903d340cb965177"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|