prowiz: Update to version 1.70

This commit is contained in:
github-actions[bot] 2021-12-08 20:27:42 +00:00
parent 699aaa3354
commit ee94cbc689

View File

@ -1,28 +1,28 @@
{ {
"version": "1.70", "version": "1.70",
"description": "Amiga music ripper", "description": "Amiga music ripper",
"homepage": "http://asle.free.fr/prowiz/", "homepage": "http://asle.free.fr/prowiz/",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://asle.free.fr/prowiz/prowiz-64bit.7z", "url": "http://asle.free.fr/prowiz/prowiz-64bit.7z",
"hash": "fae4e3c1501f41ab264e7dfcdb98267fb548b9c4d6b8f49438fbdd7192524d5a", "hash": "fae4e3c1501f41ab264e7dfcdb98267fb548b9c4d6b8f49438fbdd7192524d5a",
"bin": [ "bin": [
[ [
"Prowiz64bit.exe", "Prowiz64bit.exe",
"prowiz" "prowiz"
] ]
] ]
} }
}, },
"checkver": { "checkver": {
"regex": "Prowiz mingwin64bit binary v([\\d.]+)" "regex": "Prowiz mingwin64bit binary v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://asle.free.fr/prowiz/prowiz-64bit.7z" "url": "http://asle.free.fr/prowiz/prowiz-64bit.7z"
} }
} }
} }
} }