From 0b3ba0c77cdc3da57434930e52a3cdd86f016533 Mon Sep 17 00:00:00 2001 From: tch123 Date: Fri, 22 Feb 2019 11:38:55 +0800 Subject: [PATCH] Update nircmd.json (#3153) Fix 32-bit and 64-bit download link errors --- nircmd.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nircmd.json b/nircmd.json index 1f3c3adea0..ad213fde60 100644 --- a/nircmd.json +++ b/nircmd.json @@ -6,21 +6,21 @@ }, "architecture": { "64bit": { - "url": "https://www.nirsoft.net/utils/nircmd.zip", - "hash": "f56a6166f8956c507cc2bfec71339f3c467c0421fe6d16fbe4c52a36d79ce0ea" - }, - "32bit": { "url": "https://www.nirsoft.net/utils/nircmd-x64.zip", "hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189" + }, + "32bit": { + "url": "https://www.nirsoft.net/utils/nircmd.zip", + "hash": "f56a6166f8956c507cc2bfec71339f3c467c0421fe6d16fbe4c52a36d79ce0ea" } }, "autoupdate": { "architecture": { "64bit": { - "url": "https://www.nirsoft.net/utils/nircmd.zip" + "url": "https://www.nirsoft.net/utils/nircmd-x64.zip" }, "32bit": { - "url": "https://www.nirsoft.net/utils/nircmd-x64.zip" + "url": "https://www.nirsoft.net/utils/nircmd.zip" } } },