mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
27 lines
826 B
JSON
27 lines
826 B
JSON
{
|
|
"version": "0.6.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.6.0/acorn-v0.6.0-windows-amd64.zip",
|
|
"hash": "aa0da3114a7b76d38b753995a3284ad5f3589703162e8962d7300d0614444fab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|