Hayden 5a5f88a752
acorn: Add version 0.1.5 (#3857)
* Add manifest for acorn CLI

Add manifest for acorn CLI

* Update bucket/acorn.json

Co-authored-by: tech189 <dlloyd189@gmail.com>

* Update homepage

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Fix JSON formatting

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Fix missing bracket

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Simplify new version detection

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: tech189 <dlloyd189@gmail.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-08-25 18:25:29 +05:30

27 lines
826 B
JSON

{
"version": "0.1.5",
"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.1.5/acorn-v0.1.5-windows-amd64.zip",
"hash": "d0484265f8e8becf70ae000a0219894acefe0c6f7ea22a3c313c5ef46ce8e440"
}
},
"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"
}
}
}