czkawka_cli: add version 2.0.0 (#1707)

This commit is contained in:
Rafał Mikrut 2021-01-20 17:55:51 +01:00 committed by GitHub
parent 5da061dea3
commit 76d708cf42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/czkawka-cli.json Normal file
View File

@ -0,0 +1,23 @@
{
"version": "2.0.0",
"description": "Tool to find duplicates, similar images and music.",
"homepage": "https://github.com/qarmin/czkawka",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/qarmin/czkawka/releases/download/2.0.0/windows_czkawka_cli.exe",
"hash": "84df49a0ef5a3bb87704843ce0166acfb420520ef4fb796e10e5499c29812bef",
"bin": "windows_czkawka_cli.exe"
}
},
"checkver": {
"github": "https://github.com/qarmin/czkawka"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/qarmin/czkawka/releases/download/$version/windows_czkawka_cli.exe"
}
}
}
}