mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
0045d7202b
commit
6f1e7fad81
28
bucket/vals.json
Normal file
28
bucket/vals.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user