From 8fa585c99c78c7d65b5ee012b060ab196f959e1a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 12 Nov 2017 16:06:09 -0800 Subject: [PATCH] Add checkver/autoupdate to nircmd (#1839) --- nircmd.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nircmd.json b/nircmd.json index b12b15a194..1f3c3adea0 100644 --- a/nircmd.json +++ b/nircmd.json @@ -1,6 +1,9 @@ { "version": "2.81", "homepage": "https://www.nirsoft.net/utils/nircmd.html", + "checkver": { + "re": "NirCmd v([\\d\\.]+)" + }, "architecture": { "64bit": { "url": "https://www.nirsoft.net/utils/nircmd.zip", @@ -11,6 +14,16 @@ "hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189" } }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.nirsoft.net/utils/nircmd.zip" + }, + "32bit": { + "url": "https://www.nirsoft.net/utils/nircmd-x64.zip" + } + } + }, "extract_dir": ".", "bin": "nircmdc.exe" }