Skip to content

Commit

Permalink
AU: 2 updated - embree embree.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 13, 2021
1 parent 406d858 commit d7e31b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/embree.install/embree.install.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>embree.install</id>
<version>3.13.0</version>
<version>3.13.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/embree.install</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® Embree (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/embree.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://github.com/embree/embree/releases/download/v3.13.0/embree-3.13.0.x64.vc14.msi
x64: https://github.com/embree/embree/releases/download/v3.13.1/embree-3.13.1.x64.vc14.msi

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
checksum64: 3C40B01D31D3152257454165BA068199976D5F719ED5E57A07DA3EA4EC128D81
checksum64: 594A42D1D669F47007DC2876E82037FB504726AC1CCB371CF6B34C59F0FD21A0

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/embree/embree/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/embree.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = "MSI"
file64 = "$toolsDir\embree-3.13.0.x64.vc14.msi"
file64 = "$toolsDir\embree-3.13.1.x64.vc14.msi"
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/embree/embree.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>embree</id>
<version>3.13.0</version>
<version>3.13.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/embree</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® Embree</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Embree is optimized for Intel CPUs supporting SSE, AVX, AVX2, and AVX-512 instru
]]></description>
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
<dependencies>
<dependency id="embree.install" version="3.13.0" />
<dependency id="embree.install" version="3.13.1" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit d7e31b8

Please sign in to comment.