From 5a5f88a752be69b921fc6e1f76a7ac31cda77edb Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 25 Aug 2022 08:55:29 -0400 Subject: [PATCH] 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 * 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 Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/acorn.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/acorn.json diff --git a/bucket/acorn.json b/bucket/acorn.json new file mode 100644 index 0000000000..dd006f82a3 --- /dev/null +++ b/bucket/acorn.json @@ -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" + } + } +}