Skip to content

Commit ddfb6e3

Browse files
pquantinAndersBroman
authored andcommitted
Windows: upgrade USBPcap to 1.5.1.0
Change-Id: Id376763c07ba97dc7105f7265a6ebb3d30a9adbf Reviewed-on: https://code.wireshark.org/review/33824 Reviewed-by: Pascal Quantin <[email protected]> Petri-Dish: Pascal Quantin <[email protected]> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <[email protected]>
1 parent f27c30c commit ddfb6e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packaging/nsis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
4848
# Must match ${EXTRA_INSTALLER_DIR}/Npcap-X.Y.Z.exe
4949
set(NPCAP_PACKAGE_VERSION "0.996")
5050

51-
set(USBPCAP_PACKAGE_VERSION "1.5.0.0")
51+
set(USBPCAP_PACKAGE_VERSION "1.5.1.0")
5252

5353
set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})
5454

tools/win-setup.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Param(
6969
# trouble instead of trying to catch exceptions everywhere.
7070
$ErrorActionPreference = "Stop"
7171

72-
$Win64CurrentTag = "2019-06-17"
73-
$Win32CurrentTag = "2019-06-17"
72+
$Win64CurrentTag = "2019-07-02"
73+
$Win32CurrentTag = "2019-07-02"
7474

7575
# Archive file / SHA256
7676
$Win64Archives = @{
@@ -126,12 +126,12 @@ $ArchivesSubDirectory = @{
126126

127127
$Win32Files = @{
128128
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
129-
"USBPcapSetup-1.5.0.0.exe" = "d978279cfd8df982cc3a3fc5f1cdc79935374e47817b1b06b106a8ce72d4ce48";
129+
"USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
130130
}
131131

132132
$Win64Files = @{
133133
"npcap-0.996.exe" = "1493e5cdefb5d7f9bac8c38f0b1dc33af02f3f54f8c536e5713acdaeeda0dafd";
134-
"USBPcapSetup-1.5.0.0.exe" = "d978279cfd8df982cc3a3fc5f1cdc79935374e47817b1b06b106a8ce72d4ce48";
134+
"USBPcapSetup-1.5.1.0.exe" = "76c6a8b95f48f569c0760e518192c14d270920e32eba36f1dd9ca0821d3c3de9";
135135
}
136136

137137
$Archives = $Win64Archives;

0 commit comments

Comments
 (0)