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" + } + } +}