sacad: Update to version 2.5.0

This commit is contained in:
github-actions[bot] 2022-01-29 20:27:55 +00:00
parent f10a1ed8f6
commit 1ccb1c4945

View File

@ -1,17 +1,17 @@
{ {
"version": "2.4.0", "version": "2.5.0",
"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.4.0/sacad_win64.7z", "url": "https://github.com/desbma/sacad/releases/download/2.5.0/sacad_win64.7z",
"hash": "9e134426708ae846f5248aea57c498605c7e7ef9f927625c9c3bd4065f3db585", "hash": "43493dabe7a6f1a067d50b5e7751d2bff9bbc08caa34b585bf9deb8a7540deb9",
"extract_dir": "sacad-win64" "extract_dir": "sacad-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/desbma/sacad/releases/download/2.4.0/sacad_win32.7z", "url": "https://github.com/desbma/sacad/releases/download/2.5.0/sacad_win32.7z",
"hash": "3f21fc37009233fc3f57028436a4d88442dd196d5f9c290047d0146ef721386c", "hash": "dc6d051155811688c993908c25e6689346cd236033e376aa46d510bba8fd5cd5",
"extract_dir": "sacad-win32" "extract_dir": "sacad-win32"
} }
}, },