From 9b5219a3873b5d9f86ed896e42dc048ec4b6607a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 17 Jun 2019 13:23:42 -0700 Subject: [PATCH] ack: Fix autoupdate URL --- bucket/ack.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/ack.json b/bucket/ack.json index ef48fdfa06..5146fbff90 100644 --- a/bucket/ack.json +++ b/bucket/ack.json @@ -10,9 +10,9 @@ "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"", "checkver": { "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": { - "url": "https://beyondgrep.com/ack-$version-single-file#/ack-single-file" + "url": "https://beyondgrep.com/ack-$version#/ack-single-file" } }