Skip to content

Commit

Permalink
Update npcap.vm to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Dec 20, 2023
1 parent 4a4898b commit 4485d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/npcap.vm/npcap.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>npcap.vm</id>
<version>1.72.20230614</version>
<version>1.73</version>
<authors>Nmap Project</authors>
<description>Npcap is an architecture for packet capture and network analysis for Windows operating systems, consisting of a software library and a network driver.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="autohotkey" version="[1.1.36.2]" />
<dependency id="autohotkey" version="[1.1.37.1]" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/npcap.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

try {
$exeUrl = 'https://npcap.com/dist/npcap-1.72.exe'
$exeSha256 = 'b0efd269d32e581da747e5050ef98d2eb91e6de9080e0918f5af85b485a4bdd1'
$exeUrl = 'https://npcap.com/dist/npcap-1.73.exe'
$exeSha256 = 'd5b309f7bd628712b3327212d76c631fbfc8f78a4f1ff3d0254f23552329c35d'
$installerName = Split-Path -Path $exeUrl -Leaf

$packageArgs = @{
Expand Down

0 comments on commit 4485d62

Please sign in to comment.