fselect: Add version 0.7.7 (#2946)

This commit is contained in:
Gaeulbyul 2021-11-15 01:31:11 +09:00 committed by GitHub
parent f98e8e837c
commit af17ac1be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/fselect.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.7.7",
"description": "Find files with SQL-like queries",
"homepage": "https://github.com/jhspetersson/fselect",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-win.zip",
"hash": "cd1e296864c749ceafc944f0e60e3895da52d7370b0c1f824936f05aed2e207a"
}
},
"bin": "fselect.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jhspetersson/fselect/releases/download/$version/fselect-x86_64-win.zip"
}
}
}
}