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" + } + } + } +}