Windows: upgrade USBPcap to 1.5.1.0

Change-Id: Id376763c07ba97dc7105f7265a6ebb3d30a9adbf
Reviewed-on: https://code.wireshark.org/review/33824
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Pascal Quantin 2019-07-02 22:54:53 +02:00 committed by Anders Broman
parent f27c30c2a8
commit ddfb6e3901
2 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
# Must match ${EXTRA_INSTALLER_DIR}/Npcap-X.Y.Z.exe
set(NPCAP_PACKAGE_VERSION "0.996")
set(USBPCAP_PACKAGE_VERSION "1.5.0.0")
set(USBPCAP_PACKAGE_VERSION "1.5.1.0")
set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2019-06-17"
$Win32CurrentTag = "2019-06-17"
$Win64CurrentTag = "2019-07-02"
$Win32CurrentTag = "2019-07-02"
# Archive file / SHA256
$Win64Archives = @{
@ -126,12 +126,12 @@ $ArchivesSubDirectory = @{
$Win32Files = @{
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
"USBPcapSetup-1.5.0.0.exe" = "d978279cfd8df982cc3a3fc5f1cdc79935374e47817b1b06b106a8ce72d4ce48";
"USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
}
$Win64Files = @{
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
"USBPcapSetup-1.5.0.0.exe" = "d978279cfd8df982cc3a3fc5f1cdc79935374e47817b1b06b106a8ce72d4ce48";
"USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
}
$Archives = $Win64Archives;