2021-03-24 13:26:41 +08:00

27 lines
914 B
JSON

{
"version": "0.3.7",
"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/v0.3.7/csview-v0.3.7-x86_64-pc-windows-msvc.zip",
"hash": "a9fbd522447170c7be323d5b0d948ff404a685fcd811d69f88065e74e3a964db",
"extract_dir": "csview-v0.3.7-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"
}
}
}
}