mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-22 16:52:29 +00:00
27 lines
826 B
JSON
27 lines
826 B
JSON
{
|
|
"version": "0.2.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.2.1/acorn-v0.2.1-windows-amd64.zip",
|
|
"hash": "cd25cd375cac456fd4d013f62c52c6d1ce26590518307608e8d609320ac494da"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|