Skip to content

Commit

Permalink
AU: 1 updated - vt-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 14, 2022
1 parent aef1995 commit 519a6d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions vt-cli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/VirusTotal/vt-cli/releases/download/0.10.3/Windows32.zip'
$url64 = 'https://github.com/VirusTotal/vt-cli/releases/download/0.10.3/Windows64.zip'
$checksum = 'e3a4900287501f1dab488abce6287c20aef27e6ddfd9961019a6b300ab50476e'
$checksum64 = 'd4944611c446a9e67e7065b9bd2c04434240b60809e071ef9e153c89a2fa52c4'
$url = 'https://github.com/VirusTotal/vt-cli/releases/download/0.10.4/Windows32.zip'
$url64 = 'https://github.com/VirusTotal/vt-cli/releases/download/0.10.4/Windows64.zip'
$checksum = 'aed67b753f5ede757d36aa5c92da5c45ef0388d8ae935dabeb5df90b1816e915'
$checksum64 = '97ddbc169da118f6416cb4269b4c87fa44023c7b66e98cc60b7953bea45d0303'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion vt-cli/vt-cli.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>vt-cli</id>
<version>0.10.3</version>
<version>0.10.4</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/vt-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>VirusTotal CLI</title>
Expand Down

0 comments on commit 519a6d3

Please sign in to comment.