Skip to content

Commit

Permalink
Merge pull request #478 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Jul 6, 2023
2 parents ec009f9 + 3128771 commit cb1ce8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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</version>
<version>13.0.1</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.exe'
$checksum = '97b45a5ccb41455073d493c2bb47ca2f37d96a124925c9b688932fedd6e68e4c'
$url64 = 'https://download.sweetscape.com/010EditorWin64Installer13.0.exe'
$checksum64 = '058731424c9b79cfce85ee00ef99b1e4d567a1cf8f7108b0fe78df74c8ea42b6'
$url = 'https://download.sweetscape.com/010EditorWin32Installer13.0.1.exe'
$checksum = '832f548a0a8850d353e3fc67d7c65301883f07f035131aa77d3144653a4c40e5'
$url64 = 'https://download.sweetscape.com/010EditorWin64Installer13.0.1.exe'
$checksum64 = '4c55d604397db9789b0eb39042707cbcf0bd36d5b43910f47462955b2b53332f'

$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
Expand Down

0 comments on commit cb1ce8a

Please sign in to comment.