From 48fbe6e734d3a0807157c711aa0ceb037fc0e4e1 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Thu, 7 May 2026 07:38:20 +0000 Subject: [PATCH] portqry: Add version 2.0 --- bucket/portqry.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/portqry.json diff --git a/bucket/portqry.json b/bucket/portqry.json new file mode 100644 index 0000000000000..46ab1d2882edd --- /dev/null +++ b/bucket/portqry.json @@ -0,0 +1,19 @@ +{ + "version": "2.0", + "description": "A command-line utility that you can use to help troubleshoot TCP/IP connectivity issues.", + "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=17148", + "license": { + "identifier": "Freeware", + "url": "https://www.microsoft.com/en-us/legal/intellectualproperty/copyright" + }, + "url": "https://download.microsoft.com/download/0/d/9/0d9d81cf-4ef2-4aa5-8cea-95a935ee09c9/PortQryV2.exe#/dl.7z", + "hash": "6471c5190a99e3d1f337fcfef1fc410e8d487b66e093f924700e186cbd398dc0", + "pre_install": "Get-ChildItem -Path \"$dir\\PORTQR*.EXE\" | Select-Object -First 1 -ExpandProperty FullName | Expand-7zipArchive -DestinationPath $dir -Removal", + "bin": "PortQry.exe", + "checkver": { + "regex": "\"url\":\"https://download\\.microsoft\\.com/download/(?[^\"]+)\".*?\"version\":\"(?[\\d.]+)\"" + }, + "autoupdate": { + "url": "https://download.microsoft.com/download/$matchUrl#/dl.7z" + } +}