mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
914 B
JSON
27 lines
914 B
JSON
{
|
|
"version": "1.3.3",
|
|
"description": "A high performance csv viewer with cjk/emoji support",
|
|
"homepage": "https://github.com/wfxr/csview",
|
|
"license": "MIT|Apache-2.0",
|
|
"suggest": {
|
|
"xsv": "xsv"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wfxr/csview/releases/download/v1.3.3/csview-v1.3.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5487a9125164780e61660b475a25181045346554c6d3f378ff837e146e220d7d",
|
|
"extract_dir": "csview-v1.3.3-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "csview.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wfxr/csview/releases/download/v$version/csview-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "csview-v$version-x86_64-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|