diff --git a/bucket/sniffnet.json b/bucket/sniffnet.json index fcb740add437b..c2a6527622fee 100644 --- a/bucket/sniffnet.json +++ b/bucket/sniffnet.json @@ -1,39 +1,37 @@ { - "version": "1.2.0", - "homepage": "https://github.com/GyulyVGC/sniffnet", + "version": "1.2.1", "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.0/Sniffnet_Windows.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v1.2.0/resources/icons/sniffnet-windows.ico" - ], - "hash": [ - "0e1660155fdc3bf101eca0085bf5b772491ff768eb2597fb4644e289aaa1d764", - "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", + "hash": "2010d853eadb330670ffab9c29089b6fd320e88231ee5e8733e65000544febe5" } }, - "extract_dir": "PFiles\\sniffnet\\bin", + "extract_dir": "PFiles\\sniffnet", "bin": "sniffnet.exe", "shortcuts": [ [ "sniffnet.exe", - "Sniffnet", - "", - "sniffnet-windows.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.msi", - "https://github.com/GyulyVGC/sniffnet/raw/v$version/resources/icons/sniffnet-windows.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" } } }