yq: Update to version 3.2.0

This commit is contained in:
Richard Kuhnt 2020-02-28 06:01:51 +00:00
parent 76695e2da2
commit d9a841fc7a

View File

@ -1,16 +1,16 @@
{ {
"version": "3.1.2", "version": "3.2.0",
"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.1.2/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.2.0/yq_windows_amd64.exe#/yq.exe",
"hash": "1329e3d75379694a2459964a6868294e87842465b3c8b7b7dd8dad43e5d96ab5" "hash": "da319f5af1274d65d58e24183b341ab33ebc9ea2b68ee935e85d2dcc9dae6dd8"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/3.1.2/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.2.0/yq_windows_386.exe#/yq.exe",
"hash": "f4f12cd49b7e63018133c78943b65d95619ffefdc6db3435c0d18c3d8269fdd8" "hash": "ed3da161496b614852ce0cb4c7826025a8ec784661efc83118a3b5255e57172c"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",