From 6f1e7fad81a1452cd7899a1bfab56828d70cd3a3 Mon Sep 17 00:00:00 2001 From: Bruno Meneguello <1322552+bkmeneguello@users.noreply.github.com> Date: Thu, 26 May 2022 11:29:28 -0300 Subject: [PATCH] vals: Add version 0.16.2 (#3609) * vals: Add version 0.16.2 * move 64bit in front of 32bit Co-authored-by: Issac Lin --- bucket/vals.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/vals.json diff --git a/bucket/vals.json b/bucket/vals.json new file mode 100644 index 0000000000..eefed1c9a6 --- /dev/null +++ b/bucket/vals.json @@ -0,0 +1,28 @@ +{ + "version": "0.16.2", + "description": "Helm-like configuration values loader with support for various sources", + "homepage": "https://github.com/variantdev/vals", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/variantdev/vals/releases/download/v0.16.2/vals_0.16.2_windows_amd64.tar.gz", + "hash": "a979d81b43743a219a7e2c1455153f466f1d7229ad2c8813e1235191775a767e" + }, + "32bit": { + "url": "https://github.com/variantdev/vals/releases/download/v0.16.2/vals_0.16.2_windows_386.tar.gz", + "hash": "63b0961f29038b3197cbfe113487d92f9af52348155e0f8368ba43a592360b69" + } + }, + "bin": "vals.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/variantdev/vals/releases/download/v$version/vals_$version_windows_386.tar.gz" + } + } + } +}