2024-08-04 08:28:04 +00:00

25 lines
741 B
JSON

{
"version": "0.10.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.10.0/csvlens-x86_64-pc-windows-msvc.zip",
"hash": "3ccb8654021c32274b49e33ba09a7c5cb15d5039618d1c938f97b38c61648a02"
}
},
"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"
}
}
}