2024-09-15 08:30:04 +00:00

25 lines
741 B
JSON

{
"version": "0.10.1",
"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.1/csvlens-x86_64-pc-windows-msvc.zip",
"hash": "4a0607f12668884ee09fd517b16aa1f11769f8832d46e898300a53877754ba7b"
}
},
"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"
}
}
}