csvlens: Add version 0.9.0 (#5803)

This commit is contained in:
amreus 2024-05-07 22:14:26 -04:00 committed by GitHub
parent d8cf4c680a
commit 4890fa72a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
bucket/csvlens.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "0.9.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.9.0/csvlens-x86_64-pc-windows-msvc.zip",
"hash": "3757d6205d9c08ced920f5d09d28519bf29f6d672a6bc7aa1b2cf29edff7f953"
}
},
"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"
}
}
}