aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-06-06 23:03:57 +0200
committerPascal Quantin <pascal@wireshark.org>2019-06-07 05:33:46 +0000
commitc603fac0725677320504fd4322193a4018f3ce3e (patch)
tree230c348554b6e62240f745aee63de319e944b00b /tools
parentffb549859feeaf564101a7848a67bd64ce213479 (diff)
Windows: upgrade USBPcap to 1.4.1.0
Change-Id: I1a9d97a58201dadc6c50a15d1518053c980bd62f Reviewed-on: https://code.wireshark.org/review/33514 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 2e003df0b3..24049e59c9 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2019-05-26"
-$Win32CurrentTag = "2019-05-26"
+$Win64CurrentTag = "2019-06-06"
+$Win32CurrentTag = "2019-06-06"
# Archive file / SHA256
$Win64Archives = @{
@@ -126,12 +126,12 @@ $ArchivesSubDirectory = @{
$Win32Files = @{
"npcap-0.995.exe" = "e0274413bf2178c66680a4ee69c4fa871bf7296ea1d9d9a6d19af32a3878c205";
- "USBPcapSetup-1.4.0.0.exe" = "b0bef3dcb8b2fd6a44202b0bee33d8fc89b2028854331c61ec10332cdfe8ae34";
+ "USBPcapSetup-1.4.1.0.exe" = "2a6f9605efb4b58b7b0fabfa9b6a50783f8b129f7ca22ed5617eb083c0d90dcc";
}
$Win64Files = @{
"npcap-0.995.exe" = "e0274413bf2178c66680a4ee69c4fa871bf7296ea1d9d9a6d19af32a3878c205";
- "USBPcapSetup-1.4.0.0.exe" = "b0bef3dcb8b2fd6a44202b0bee33d8fc89b2028854331c61ec10332cdfe8ae34";
+ "USBPcapSetup-1.4.1.0.exe" = "2a6f9605efb4b58b7b0fabfa9b6a50783f8b129f7ca22ed5617eb083c0d90dcc";
}
$Archives = $Win64Archives;