yq: Update to version 4.7.1

This commit is contained in:
Jakub Čábera 2021-04-25 09:04:57 +02:00
parent 53ae5179e5
commit 6952bfd63b

View File

@ -1,16 +1,16 @@
{ {
"version": "4.7.0", "version": "4.7.1",
"description": "A portable command-line YAML processor", "description": "A portable command-line YAML processor",
"homepage": "https://mikefarah.gitbook.io/yq/", "homepage": "https://mikefarah.gitbook.io/yq/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.7.1/yq_windows_amd64.exe#/yq.exe",
"hash": "2f0517f90ae6d95eb616ba78f18a1d2cad659cf67d5aa55f2bcd01f8c571ec67" "hash": "74c5dfeb0cd8eb3f22dba8861a2fd3ba49b85f93d47022a8b9890eca8c3763c4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.7.1/yq_windows_386.exe#/yq.exe",
"hash": "9136543c2735b40f33c9e6d8eaa3cce97a216281fe08507494db75920f4361fd" "hash": "ac3341ebe35a7f4a1860ff79bb443853a903154964ad0ab4ae072851e057d42c"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",