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.4.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.4.0/acorn-v0.4.0-windows-amd64.zip",
|
|
"hash": "c70df12a3a5cd85ba9747d3b04d5dd9a739a14822607302ca37226f61441af79"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|