Skip to content

Commit

Permalink
Merge pull request #665 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Oct 5, 2023
2 parents 041614b + d517d33 commit c582063
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/cmder.vm/cmder.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>cmder.vm</id>
<version>1.3.21</version>
<version>1.3.24</version>
<description>Metapackage for cmder</description>
<authors>Mandiant, Samuel Vasko</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="cmder" version="[1.3.21]" />
<dependency id="cmder" version="[1.3.24]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/sharphound.vm/sharphound.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>sharphound.vm</id>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>specterops</authors>
<description>SharpHound is an Active Directory ingester tool for BloodHound.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sharphound.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 = 'SharpHound'
$category = 'Reconnaissance'

$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.0.0/SharpHound-v2.0.0.zip'
$zipSha256 = '2b6ef9f4b59e06238caf0e4c79e023356784eff5d49313e7fae8539cc47a65ca'
$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.0.1/SharpHound-v2.0.1.zip'
$zipSha256 = 'a6f73c1a75d14322aa4993fe498299ab55866ba74440f8a52d4dffe85594de2f'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256
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.7.26</version>
<version>2023.9.29</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<description>Sysinternals suite of troubleshooting tools.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="sysinternals" version="[2023.7.26]" />
<dependency id="sysinternals" version="[2023.9.29]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/tor-browser.vm/tor-browser.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>tor-browser.vm</id>
<version>12.5.4</version>
<version>12.5.6</version>
<authors>Tor Project</authors>
<description>The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="tor-browser" version="[12.5.4]" />
<dependency id="tor-browser" version="[12.5.6]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/vcbuildtools.vm/vcbuildtools.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vcbuildtools.vm</id>
<version>0.0.0.20230914</version>
<version>0.0.0.20231005</version>
<description>Metapackage that requires the dependencies below:
- visualstudio2017buildtools
- visualstudio2017-workload-vctools
</description>
<authors>Mandiant, Microsoft</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="visualstudio2017buildtools" version="[15.9.56]" />
<dependency id="visualstudio2017buildtools" version="[15.9.57]" />
<dependency id="visualstudio2017-workload-vctools" version="[1.3.3]" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/vnc-viewer.vm/vnc-viewer.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>vnc-viewer.vm</id>
<version>7.6.0</version>
<version>7.6.1</version>
<authors>RealVNC</authors>
<description>Tool for connecting to and interacting with VNC servers.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vnc-viewer" version="[7.6.0]" />
<dependency id="vnc-viewer" version="[7.6.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit c582063

Please sign in to comment.