From f9f33ea65c20a9634a7e6e8f0db6f361b885ade4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sun, 12 Mar 2017 19:22:44 +0100 Subject: [PATCH] update ack 2.16 / optimize manifest and add autoupdate --- ack.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/ack.json b/ack.json index a1fa34d1e2..c85683ba99 100644 --- a/ack.json +++ b/ack.json @@ -1,14 +1,17 @@ { - "homepage": "http://beyondgrep.com/", - "license": "http://opensource.org/licenses/Artistic-2.0", - "version": "2.14", - "url": "http://beyondgrep.com/ack-2.14-single-file", - "hash": "1d203cfbc52ce8f49e3992be1cd3e4d7d5dfb7daa3739e8628aa9858ccc5b9df", - "bin": "ack.bat", - "depends": "perl", - "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-2.14-single-file %*' -Path $dir\\ack.bat", - "checkver": { - "url": "http://beyondgrep.com/install/", - "re": "The current stable version of ack is version ([\\d.]+)," - } + "homepage": "http://beyondgrep.com/", + "license": "http://opensource.org/licenses/Artistic-2.0", + "version": "2.16", + "url": "http://beyondgrep.com/ack-2.16-single-file#/ack-single-file", + "hash": "7f39f08ebb78ed160a41293d7f42ff1bdcdaf57aee859bc4c4888bdf4abee7f2", + "bin": "ack.bat", + "depends": "perl", + "pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path $dir\\ack.bat", + "checkver": { + "url": "http://beyondgrep.com/install/", + "re": "The current stable version of ack is version ([\\d.]+)," + }, + "autoupdate": { + "url": "http://beyondgrep.com/ack-$version-single-file#/ack-single-file" + } }