From e1378e62ca5443563b5a3f4b63e1bc48c115a904 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 11 Jan 2022 13:43:39 +0800 Subject: [PATCH] miller: Add version 6.0.0 (#3173) --- bucket/miller.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/miller.json diff --git a/bucket/miller.json b/bucket/miller.json new file mode 100644 index 0000000000..61fd59948f --- /dev/null +++ b/bucket/miller.json @@ -0,0 +1,33 @@ +{ + "version": "6.0.0", + "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", + "license": "BSD-2-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/johnkerl/miller/releases/download/v6.0.0/miller_6.0.0_windows_amd64.tar.gz", + "hash": "cd78bc694b5c592bc6b091e92b9086d1ed8e72e8d29be7fe3a9fd8b6fe5beecd" + }, + "32bit": { + "url": "https://github.com/johnkerl/miller/releases/download/v6.0.0/miller_6.0.0_windows_386.tar.gz", + "hash": "ee223b950c843ba6df2259646492ac3dc455898cb1600454f4c9abae45c30ded" + } + }, + "bin": "mlr.exe", + "checkver": { + "github": "https://github.com/johnkerl/miller" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller_$version_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/johnkerl/miller/releases/download/v$version/miller_$version_windows_386.tar.gz" + } + }, + "hash": { + "url": "$baseurl/miller_$version_checksums.txt" + } + } +}