mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "6.16.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.16.0/miller-6.16.0-windows-amd64.zip",
|
|
"hash": "ce2be93574ce6c29230c97c0c95a41e1e276948589d11c49f139567ac763fb7c",
|
|
"extract_dir": "miller-6.16.0-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/johnkerl/miller/releases/download/v6.16.0/miller-6.16.0-windows-386.zip",
|
|
"hash": "c79bdd5133892cc6153c4c6f6f655bdecd971178e2de363e13853b20303107d8",
|
|
"extract_dir": "miller-6.16.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"
|
|
}
|
|
}
|
|
}
|