miller: Update to version 6.2.0 (#3426)

This commit is contained in:
tech189 2022-03-24 15:28:40 +00:00 committed by GitHub
parent 07f7cab681
commit 8d15d20654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "6.0.0", "version": "6.2.0",
"description": "Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.", "description": "Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed.",
"homepage": "https://miller.readthedocs.io", "homepage": "https://miller.readthedocs.io",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.0.0/miller_6.0.0_windows_amd64.tar.gz", "url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-amd64.zip",
"hash": "cd78bc694b5c592bc6b091e92b9086d1ed8e72e8d29be7fe3a9fd8b6fe5beecd" "hash": "0a9c5207d15c183d57eeb66bf429bae6a83041f7faa55825477bfeae50c77c94"
}, },
"32bit": { "32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v6.0.0/miller_6.0.0_windows_386.tar.gz", "url": "https://github.com/johnkerl/miller/releases/download/v6.2.0/miller-6.2.0-windows-386.zip",
"hash": "ee223b950c843ba6df2259646492ac3dc455898cb1600454f4c9abae45c30ded" "hash": "e83850c11286832c6f3acba6bb2f863cc3bb0a8551f17eb1989d9d37d82876d1"
} }
}, },
"bin": "mlr.exe", "bin": "mlr.exe",
@ -20,14 +20,14 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller_$version_windows_amd64.tar.gz" "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-amd64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller_$version_windows_386.tar.gz" "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip"
} }
}, },
"hash": { "hash": {
"url": "$baseurl/miller_$version_checksums.txt" "url": "$baseurl/miller-$version-checksums.txt"
} }
} }
} }