vals: Add version 0.16.2 (#3609)

* vals: Add version 0.16.2

* move 64bit in front of 32bit

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Bruno Meneguello 2022-05-26 11:29:28 -03:00 committed by GitHub
parent 0045d7202b
commit 6f1e7fad81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/vals.json Normal file
View File

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