mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
27 lines
826 B
JSON
27 lines
826 B
JSON
{
|
|
"version": "0.3.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.3.1/acorn-v0.3.1-windows-amd64.zip",
|
|
"hash": "a5c7cb2f94c063cb83e4519b7276b294ded26a899342cd28e1b3fbd47b1f0d81"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|