ack: Fix autoupdate URL

This commit is contained in:
Ross Smith II 2019-06-17 13:23:42 -07:00
parent bc5de1d716
commit 9b5219a387

View File

@ -10,9 +10,9 @@
"pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"", "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"",
"checkver": { "checkver": {
"url": "https://beyondgrep.com/install/", "url": "https://beyondgrep.com/install/",
"re": "The current stable version of ack is version ([\\d.]+)," "re": "The current stable version of ack is v([\\d.]+),"
}, },
"autoupdate": { "autoupdate": {
"url": "https://beyondgrep.com/ack-$version-single-file#/ack-single-file" "url": "https://beyondgrep.com/ack-$version#/ack-single-file"
} }
} }