Skip to content

Commit

Permalink
AU: 1 updated - yara
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 10, 2022
1 parent 5dd528f commit 8266d48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/yara/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/VirusTotal/yara/releases/download/v4.1.3/yara-v4.1.3-1755-win32.zip
x64: https://github.com/VirusTotal/yara/releases/download/v4.1.3/yara-v4.1.3-1755-win64.zip
x32: https://github.com/VirusTotal/yara/releases/download/v4.2.0/yara-v4.2.0-1885-win32.zip
x64: https://github.com/VirusTotal/yara/releases/download/v4.2.0/yara-v4.2.0-1885-win64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 3AD6BF63391D409008C25F09989CE033458351CDB4FC3A538F45BEEDFF8C76BD
checksum64: D72124E0A1A77163DAAC51C1068B5D58C2ED2027BD688BBD41B6831702DA755A
checksum32: 6BD97C43DD2AF3DA2D383B56C1AE8070F4867E57CE2C4C44801200320A9B3D35
checksum64: 56D379B99BBF9B9894FF80C948876D5206BA79342774186EB0EF6ED63FD79BA6

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/VirusTotal/yara/master/COPYING
4 changes: 2 additions & 2 deletions automatic/yara/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\yara-v4.1.3-1755-win32.zip"
file64 = "$toolsDir\yara-v4.1.3-1755-win64.zip"
file = "$toolsDir\yara-v4.2.0-1885-win32.zip"
file64 = "$toolsDir\yara-v4.2.0-1885-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/yara/yara.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yara</id>
<version>4.1.3</version>
<version>4.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/yara</packageSourceUrl>
<owners>chtof</owners>
<title>Yara</title>
Expand Down

0 comments on commit 8266d48

Please sign in to comment.