yq: Add version 2.4.0 (#184)

This commit is contained in:
hoilc 2019-06-29 09:58:37 +08:00 committed by Chawye Hsu
parent 4db36ee54f
commit 9d4ac0904a

28
bucket/yq.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "2.4.0",
"description": "A portable command-line YAML processor.",
"homepage": "https://github.com/mikefarah/yq",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/2.4.0/yq_windows_amd64.exe#/yq.exe",
"hash": "793dac701765fce832afff85104cb208c1392a94c369474222fe42a119e1bcd1"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/2.4.0/yq_windows_386.exe#/yq.exe",
"hash": "c34e6a3b3ac6630bf91d493f13e2303c3ef5948e330964752c11cd08f39979a8"
}
},
"bin": "yq.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_amd64.exe#/yq.exe"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_386.exe#/yq.exe"
}
}
}
}