mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
miller: Add version 6.0.0 (#3173)
This commit is contained in:
parent
ff12a91643
commit
e1378e62ca
33
bucket/miller.json
Normal file
33
bucket/miller.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user