yq: Update to version 3.2.3

This commit is contained in:
Jakub Čábera 2020-09-09 09:18:07 +02:00
parent 3a4c14365e
commit 0a8faa19f3

View File

@ -1,16 +1,16 @@
{ {
"version": "3.3.2", "version": "3.2.3",
"description": "A portable command-line YAML processor.", "description": "A portable command-line YAML processor.",
"homepage": "https://github.com/mikefarah/yq", "homepage": "https://github.com/mikefarah/yq",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.3.2/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.2.3/yq_windows_amd64.exe#/yq.exe",
"hash": "b3ade9a5bcbf13c7c7013eecdbc54183d0392fd6360f2d19dbbe8c6141c75fd2" "hash": "5548ed37f359bfbca44d15525e98ec2dff10bc51d3b84a705951f42f796cf1fd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.3.2/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.2.3/yq_windows_386.exe#/yq.exe",
"hash": "a0ef29a7aebfd818de0ea20150dded8d23847d7bf997061464843240a9e7c170" "hash": "a10665c0fc4bf58227de045a9ec4b4b4694288917bd96d3b8932340250d90b6f"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",