yq: Update to version 3.0.1

This commit is contained in:
Richard Kuhnt 2020-01-31 00:01:52 +00:00
parent 969597c0c5
commit 52b56594c0

View File

@ -1,16 +1,16 @@
{ {
"version": "2.4.1", "version": "3.0.1",
"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/2.4.1/yq_windows_amd64.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_amd64.exe#/yq.exe",
"hash": "bdfd2a00bab3d8171edf57aaf4e9a2f7d0395e7a36d42b07f0e35503c00292a3" "hash": "8f88f659f5532090f51783370178cc721df530dca68364658a8a5b1ba6f77c55"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/2.4.1/yq_windows_386.exe#/yq.exe", "url": "https://github.com/mikefarah/yq/releases/download/3.0.1/yq_windows_386.exe#/yq.exe",
"hash": "7ed72df0565dc08481101dc5b5e00fc071791189541803f71bdd1beb7fe90522" "hash": "2e087748ff6b05994d33739c9d80c9e8644ec4ffbf22b91d9152310a835e5a2f"
} }
}, },
"bin": "yq.exe", "bin": "yq.exe",