Skip to content

Commit

Permalink
Merge pull request #1198 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Dec 12, 2024
2 parents c0a096b + e9620eb commit 04cf14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/capa.vm/capa.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>capa.vm</id>
<version>8.0.0</version>
<version>8.0.1</version>
<description>capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do.</description>
<authors>@williballenthin, @mr-tz, @Ana06, @mike-hunhoff, @mwilliams31, @MalwareMechanic</authors>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/capa.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'capa'
$category = 'Utilities'

$zipUrl = "https://github.com/mandiant/capa/releases/download/v8.0.0/capa-v8.0.0-windows.zip"
$zipSha256 = "c127cc065dcbb6ccb6b70615e1e7699c8516dc108c78290bf770fee5459a25a1"
$zipUrl = "https://github.com/mandiant/capa/releases/download/v8.0.1/capa-v8.0.1-windows.zip"
$zipSha256 = "996eb9d0bc87dfd6143782f65412f96e52f87b21cdf9f49fe6a887518584541c"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"

0 comments on commit 04cf14f

Please sign in to comment.