Skip to content

Commit

Permalink
Merge pull request #611 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
mr-tz authored Aug 5, 2023
2 parents abddeb9 + 8011862 commit 24d4a38
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/010editor.vm/010editor.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/2011/08/nuspec.xsd">
<metadata>
<id>010editor.vm</id>
<version>13.0.2</version>
<version>14.0</version>
<description>Professional text and hex editor with Binary Templates technology.</description>
<authors>SweetScape</authors>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions packages/010editor.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ try {
$toolName = '010Editor'
$category = 'Hex Editors'

$url = 'https://download.sweetscape.com/010EditorWin32Installer13.0.2.exe'
$checksum = '30f21ab0d744b37951b7406aee84d7e2f236d4e2d1e7dcf50d750638408461b2'
$url64 = 'https://download.sweetscape.com/010EditorWin64Installer13.0.2.exe'
$checksum64 = 'c85695071e530d1bc86d116fe8f674d1089ae222659055bafab650280427a1ee'
$url = 'https://download.sweetscape.com/010EditorWin32Installer14.0.exe'
$checksum = '11d96fa10df0f8e6add3509e03b963c398a190890f0ea45d8e56c4dd77cbeaa9'
$url64 = 'https://download.sweetscape.com/010EditorWin64Installer14.0.exe'
$checksum64 = '9f926af3bc49df3ab3b2fa8e9cf97caf018081df277c25ee37fab8c2fdd974ba'

$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
Expand Down
4 changes: 2 additions & 2 deletions packages/apktool.vm/apktool.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>apktool.vm</id>
<version>2.7.0</version>
<version>2.8.1</version>
<authors>Connor Tumbleson, Ryszard Wisniewski</authors>
<description>A tool for reverse engineering 3rd party, closed, binary Android apps.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="apktool" version="[2.7.0]" />
<dependency id="apktool" version="[2.8.1]" />
</dependencies>
</metadata>
</package>
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>5.1.0.20230418</version>
<version>6.0.0</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,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'capa'
$category = 'Utilities'

$zipUrl = "https://github.com/mandiant/capa/releases/download/v5.1.0/capa-v5.1.0-windows.zip"
$zipSha256 = "80ac9adfd095cb631a6fa39743b37444651e4129b4181fd34c8b8b3e53bc5b06"
$zipUrl = "https://github.com/mandiant/capa/releases/download/v6.0.0/capa-v6.0.0-windows.zip"
$zipSha256 = "ca9a5388de86e95289426007ef794f6f6977ba6720f7fe5bc35a8cdc8a16f452"

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

4 changes: 2 additions & 2 deletions packages/ghidra.vm/ghidra.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ghidra.vm</id>
<version>10.3.2</version>
<version>10.3.2.20230802</version>
<authors>National Security Agency</authors>
<description>A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="ghidra" version="[10.3.2]" />
<dependency id="openjdk" version="[20.0.1]" />
<dependency id="openjdk" version="[20.0.2]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/openvpn.vm/openvpn.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>openvpn.vm</id>
<version>2.6.5.20230713</version>
<version>2.6.5.20230803</version>
<authors>OpenVPN Technologies Inc</authors>
<description>OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide range of configurations.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="openvpn" version="[2.6.5.001]" />
<dependency id="openvpn" version="[2.6.5.1]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/sysinternals.vm/sysinternals.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>sysinternals.vm</id>
<version>2023.6.27.20230713</version>
<version>2023.7.26</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<description>Sysinternals suite of troubleshooting tools.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="sysinternals" version="[2023.6.27]" />
<dependency id="sysinternals" version="[2023.7.26]" />
</dependencies>
</metadata>
</package>

0 comments on commit 24d4a38

Please sign in to comment.