2024-12-08 20:28:16 +00:00

25 lines
741 B
JSON

{
"version": "0.11.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.11.0/csvlens-x86_64-pc-windows-msvc.zip",
"hash": "0942ca1d9e5818b49fc879567e760fbd3450c497dd2850cc1062bd1ebe12079c"
}
},
"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"
}
}
}