From e74721ceca777950f68a54bf3b9e533d0d9b6d01 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 18 Dec 2022 17:12:00 +0000 Subject: [PATCH] etl2pcapng: Update to version 1.10.0 Fix autoupdate: .zip --> .exe --- bucket/etl2pcapng.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/etl2pcapng.json b/bucket/etl2pcapng.json index 5e34a481c1..71add865d7 100644 --- a/bucket/etl2pcapng.json +++ b/bucket/etl2pcapng.json @@ -1,10 +1,10 @@ { - "version": "1.7.0", + "version": "1.10.0", "description": "Convert .etl to .pcapng", "homepage": "https://github.com/microsoft/etl2pcapng", "license": "MIT", - "url": "https://github.com/microsoft/etl2pcapng/releases/download/v1.7.0/etl2pcapng.zip", - "hash": "11dee506aa6cc7a15b937dba719713f137824f5af55529ffa5bf7d8866c8e15b", + "url": "https://github.com/microsoft/etl2pcapng/releases/download/v1.10.0/etl2pcapng.exe", + "hash": "c016819f8367e1381c27c4ec15fd7d7e005b1e94df052fb554d0f84e34060f06", "bin": "etl2pcapng.exe", "architecture": { "64bit": { @@ -16,6 +16,6 @@ }, "checkver": "github", "autoupdate": { - "url": "https://github.com/microsoft/etl2pcapng/releases/download/v$version/etl2pcapng.zip" + "url": "https://github.com/microsoft/etl2pcapng/releases/download/v$version/etl2pcapng.exe" } }