yq: Update to version 4.6.0

This commit is contained in:
Jakub Čábera 2021-02-18 07:26:38 +01:00
parent 79ea86b218
commit 3b9f17af1f

View File

@ -1,16 +1,16 @@
{ {
"version": "4.5.1", "version": "4.6.0",
"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.5.1/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_windows_amd64.exe#/yq.exe",
"hash": "76603b55af22a565bdfd5180818515271fec10b8030318c054dc91c858308394" "hash": "290841f687a67e682eaafd6b51854246057c11738f59778096935d1aa10dfb35"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.5.1/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_windows_386.exe#/yq.exe",
"hash": "c2e3982a44018683c97df3eea50c77846cd02de107a68cba1f313feb901bddcd" "hash": "c8a8e8bd1fed87f5dd1d596d63e1f9498768df63d250886dcbe316d371367827"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",