bulk-rename-command: Fix checkver and download.url (#431)

This commit is contained in:
Hsiao-nan Cheung 2019-09-20 13:23:09 +08:00 committed by Ross Smith II
parent b0530f6a42
commit 937f4931bc

View File

@ -8,7 +8,7 @@
"description": "File renaming software for Windows", "description": "File renaming software for Windows",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.bulkrenameutility.co.uk/Downloads/BRC_Unicode_64.zip", "url": "http://www.s3.tgrmn.com/bru/BRC_Unicode_64.zip",
"hash": "2e620a0fd6b27e974fe746d6372becf279bad2edf546fdd2ce4a5cf86ef0cdb6", "hash": "2e620a0fd6b27e974fe746d6372becf279bad2edf546fdd2ce4a5cf86ef0cdb6",
"bin": [ "bin": [
[ [
@ -18,7 +18,7 @@
] ]
}, },
"32bit": { "32bit": {
"url": "https://www.bulkrenameutility.co.uk/Downloads/BRC_Unicode_32.zip", "url": "http://www.s3.tgrmn.com/bru/BRC_Unicode_32.zip",
"hash": "a344359f0354bb17be517c5b867933bbed70d2254353c668c6c2d14deeca0b75", "hash": "a344359f0354bb17be517c5b867933bbed70d2254353c668c6c2d14deeca0b75",
"bin": [ "bin": [
[ [
@ -30,15 +30,15 @@
}, },
"checkver": { "checkver": {
"url": "https://www.bulkrenameutility.co.uk/Download.php", "url": "https://www.bulkrenameutility.co.uk/Download.php",
"regex": "(?s)>Bulk Rename Command<.*?([\\d.]+)" "regex": "(?s)>Bulk Rename Command<.*?version ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.bulkrenameutility.co.uk/Downloads/BRC_Unicode_64.zip" "url": "http://www.s3.tgrmn.com/bru/BRC_Unicode_64.zip"
}, },
"32bit": { "32bit": {
"url": "https://www.bulkrenameutility.co.uk/Downloads/BRC_Unicode_32.zip" "url": "http://www.s3.tgrmn.com/bru/BRC_Unicode_32.zip"
} }
} }
} }