2025-05-31 16:29:53 +00:00

25 lines
741 B
JSON

{
"version": "0.13.0",
"description": "Command line csv viewer",
"homepage": "https://github.com/YS-L/csvlens",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/YS-L/csvlens/releases/download/v0.13.0/csvlens-x86_64-pc-windows-msvc.zip",
"hash": "755e320285164ed2ba98efeee927c7d57b3475f50820d490cc29ace632ace125"
}
},
"bin": "csvlens.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/YS-L/csvlens/releases/download/v$version/csvlens-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}