From 4890fa72a3b170760dc4de890c8bb4b9b2b3efdd Mon Sep 17 00:00:00 2001 From: amreus <38442825+amreus@users.noreply.github.com> Date: Tue, 7 May 2024 22:14:26 -0400 Subject: [PATCH] csvlens: Add version 0.9.0 (#5803) --- bucket/csvlens.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/csvlens.json diff --git a/bucket/csvlens.json b/bucket/csvlens.json new file mode 100644 index 0000000000..8b3361c227 --- /dev/null +++ b/bucket/csvlens.json @@ -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" + } + } +} +