From 451468ac895d1084971129629b41f5cb1593dc54 Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:22:13 +0800 Subject: [PATCH 1/2] sniffnet: Update to version 1.2.1 and fix autoupdate Signed-off-by: StarsbySea <66008060+StarsbySea@users.noreply.github.com> --- bucket/sniffnet.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/bucket/sniffnet.json b/bucket/sniffnet.json index fcb740add437b8..0da192c6ab8f1c 100644 --- a/bucket/sniffnet.json +++ b/bucket/sniffnet.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/GyulyVGC/sniffnet", "description": "An application that allows you to comfortably monitor your network traffic.", "license": "Apache-2.0|MIT", @@ -7,23 +7,33 @@ "architecture": { "64bit": { "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.0/Sniffnet_Windows.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v1.2.0/resources/icons/sniffnet-windows.ico" + "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_64-bit.msi", + "https://github.com/GyulyVGC/sniffnet/raw/v1.2.1/resources/packaging/windows/graphics/sniffnet.ico" ], "hash": [ - "0e1660155fdc3bf101eca0085bf5b772491ff768eb2597fb4644e289aaa1d764", + "c629d07ad84585ae3451301bd9fc69bd43d25a8fe77e7d2a2a380abc9e372f5b", + "99383ca32ad23c453920f43414736059b3e2aa05cb8eaef1d61acef77e310885" + ] + }, + "32bit": { + "url": [ + "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_32-bit.msi", + "https://github.com/GyulyVGC/sniffnet/raw/v1.2.1/resources/packaging/windows/graphics/sniffnet.ico" + ], + "hash": [ + "2010d853eadb330670ffab9c29089b6fd320e88231ee5e8733e65000544febe5", "99383ca32ad23c453920f43414736059b3e2aa05cb8eaef1d61acef77e310885" ] } }, - "extract_dir": "PFiles\\sniffnet\\bin", + "extract_dir": "PFiles\\sniffnet", "bin": "sniffnet.exe", "shortcuts": [ [ "sniffnet.exe", "Sniffnet", "", - "sniffnet-windows.ico" + "sniffnet.ico" ] ], "checkver": "github", @@ -31,8 +41,14 @@ "architecture": { "64bit": { "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/icons/sniffnet-windows.ico" + "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_64-bit.msi", + "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/packaging/windows/graphics/sniffnet.ico" + ] + }, + "32bit": { + "url": [ + "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_32-bit.msi", + "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/packaging/windows/graphics/sniffnet.ico" ] } } From 7825bfda9fd2f83b5da45ec61c3dfda39e68e8a0 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Thu, 13 Jul 2023 10:54:38 +0000 Subject: [PATCH 2/2] Update sniffnet.json Signed-off-by: HUMORCE --- bucket/sniffnet.json | 40 +++++++++++----------------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/bucket/sniffnet.json b/bucket/sniffnet.json index 0da192c6ab8f1c..c2a6527622fee8 100644 --- a/bucket/sniffnet.json +++ b/bucket/sniffnet.json @@ -1,29 +1,17 @@ { "version": "1.2.1", - "homepage": "https://github.com/GyulyVGC/sniffnet", "description": "An application that allows you to comfortably monitor your network traffic.", + "homepage": "https://www.sniffnet.net", "license": "Apache-2.0|MIT", "notes": "This application requires Npcap to function. Download Npcap here, https://npcap.com/#download", "architecture": { "64bit": { - "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_64-bit.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v1.2.1/resources/packaging/windows/graphics/sniffnet.ico" - ], - "hash": [ - "c629d07ad84585ae3451301bd9fc69bd43d25a8fe77e7d2a2a380abc9e372f5b", - "99383ca32ad23c453920f43414736059b3e2aa05cb8eaef1d61acef77e310885" - ] + "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_64-bit.msi", + "hash": "c629d07ad84585ae3451301bd9fc69bd43d25a8fe77e7d2a2a380abc9e372f5b" }, "32bit": { - "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_32-bit.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v1.2.1/resources/packaging/windows/graphics/sniffnet.ico" - ], - "hash": [ - "2010d853eadb330670ffab9c29089b6fd320e88231ee5e8733e65000544febe5", - "99383ca32ad23c453920f43414736059b3e2aa05cb8eaef1d61acef77e310885" - ] + "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v1.2.1/Sniffnet_Windows_32-bit.msi", + "hash": "2010d853eadb330670ffab9c29089b6fd320e88231ee5e8733e65000544febe5" } }, "extract_dir": "PFiles\\sniffnet", @@ -31,25 +19,19 @@ "shortcuts": [ [ "sniffnet.exe", - "Sniffnet", - "", - "sniffnet.ico" + "Sniffnet" ] ], - "checkver": "github", + "checkver": { + "github": "https://github.com/GyulyVGC/sniffnet" + }, "autoupdate": { "architecture": { "64bit": { - "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_64-bit.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/packaging/windows/graphics/sniffnet.ico" - ] + "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_64-bit.msi" }, "32bit": { - "url": [ - "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_32-bit.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/packaging/windows/graphics/sniffnet.ico" - ] + "url": "https://github.com/GyulyVGC/sniffnet/releases/download/v$version/Sniffnet_Windows_32-bit.msi" } } }