sacad: Update to version 2.3.3

This commit is contained in:
Jakub Čábera 2020-08-16 20:18:58 +02:00
parent 51cf262cef
commit 016e714865

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.2", "version": "2.3.3",
"description": "A command line tool to download album covers without manual intervention.", "description": "A command line tool to download album covers without manual intervention.",
"homepage": "https://github.com/desbma/sacad", "homepage": "https://github.com/desbma/sacad",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.3.2/sacad_win64.7z", "url": "https://github.com/desbma/sacad/releases/download/2.3.3/sacad_win64.7z",
"hash": "ec3420fd96e0e206133528237443f72f3e35a2b7ef98372c951ed9f031fb2ee4", "hash": "c365fc356441b9a6fda2614749b1fbeed1c58d43f218ef51fdcb87fb1dadd30e",
"extract_dir": "sacad-win64" "extract_dir": "sacad-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.3.2/sacad_win32.7z", "url": "https://github.com/desbma/sacad/releases/download/2.3.3/sacad_win32.7z",
"hash": "d3a18f4295b71721553610d3f8bc3e662c58ffb632c9cafe0a3cf6dde19702ff", "hash": "eb3b4d6ba98821233b79a5d7b48f7c5a73728b5cfb006809617cbf2535df2aee",
"extract_dir": "sacad-win32" "extract_dir": "sacad-win32"
} }
}, },