mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "6.12.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.12.0/miller-6.12.0-windows-amd64.zip",
|
|
"hash": "52c755e01e5c25b1f5505c49b0604e259cddf14f68784aa779cb276b33948b49",
|
|
"extract_dir": "miller-6.12.0-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/johnkerl/miller/releases/download/v6.12.0/miller-6.12.0-windows-386.zip",
|
|
"hash": "d2f5be120095d9e077aea206e2158255c5f882487eaf0c9e72e47e35708c5236",
|
|
"extract_dir": "miller-6.12.0-windows-386"
|
|
}
|
|
},
|
|
"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.zip",
|
|
"extract_dir": "miller-$version-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/johnkerl/miller/releases/download/v$version/miller-$version-windows-386.zip",
|
|
"extract_dir": "miller-$version-windows-386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/miller-$version-checksums.txt"
|
|
}
|
|
}
|
|
}
|