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>
This commit is contained in:
Hayden 2022-08-25 08:55:29 -04:00 committed by GitHub
parent 62315c3abd
commit 5a5f88a752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/acorn.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
}
}