Skip to content

Commit

Permalink
AU: 3 updated - ospray ospray.install ospray.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 17, 2021
1 parent 92dd13d commit e334d02
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/ospray.install/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/ospray/ospray/releases/download/v2.6.0/ospray-2.6.0.x86_64.windows.msi
x64: https://github.com/ospray/ospray/releases/download/v2.6.0/ospray-2.6.0.x86_64.windows.msi
x32: https://github.com/ospray/ospray/releases/download/v2.7.0/ospray-2.7.0.x86_64.windows.msi
x64: https://github.com/ospray/ospray/releases/download/v2.7.0/ospray-2.7.0.x86_64.windows.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
checksum32: 37B6AAA9A37FF6EE0AFC4F9F6D4FED2BC9E68DC3A53AAFBC95D1CBD4C15C5B52
checksum64: 37B6AAA9A37FF6EE0AFC4F9F6D4FED2BC9E68DC3A53AAFBC95D1CBD4C15C5B52
checksum32: 5291A1319C0746E97E56B22BFC931A0BB7BBF10076F1720D2A41AE24B4B617A2
checksum64: 5291A1319C0746E97E56B22BFC931A0BB7BBF10076F1720D2A41AE24B4B617A2

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/ospray/ospray/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ospray.install/ospray.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>ospray.install</id>
<version>2.6.0</version>
<version>2.7.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray.install</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ospray.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'
file = "$toolsDir\ospray-2.6.0.x86_64.windows.msi"
file = "$toolsDir\ospray-2.7.0.x86_64.windows.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/ospray.portable/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/ospray/ospray/releases/download/v2.6.0/ospray-2.6.0.x86_64.windows.zip
x64: https://github.com/ospray/ospray/releases/download/v2.6.0/ospray-2.6.0.x86_64.windows.zip
x32: https://github.com/ospray/ospray/releases/download/v2.7.0/ospray-2.7.0.x86_64.windows.zip
x64: https://github.com/ospray/ospray/releases/download/v2.7.0/ospray-2.7.0.x86_64.windows.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: E97B87751FFE4C7A27627963FCCD093D92A1DEF12B0BE0FB3414D510B1B45E30
checksum64: E97B87751FFE4C7A27627963FCCD093D92A1DEF12B0BE0FB3414D510B1B45E30
checksum32: D142C111A7DD09866A1630411E726261B1C95C53052D04D20DBED9FE7A8E64ED
checksum64: D142C111A7DD09866A1630411E726261B1C95C53052D04D20DBED9FE7A8E64ED

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/ospray/ospray/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ospray.portable/ospray.portable.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>ospray.portable</id>
<version>2.6.0</version>
<version>2.7.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ospray.portable/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
destination = "$toolsDir"
file = "$toolsDir\ospray-2.6.0.x86_64.windows.zip"
file = "$toolsDir\ospray-2.7.0.x86_64.windows.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/ospray/ospray.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>ospray</id>
<version>2.6.0</version>
<version>2.7.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay</title>
Expand Down Expand Up @@ -37,7 +37,7 @@ OSPRay internally builds on top of [Intel Embree](http://www.apache.org/licenses
]]></description>
<releaseNotes>http://www.ospray.org/news.html</releaseNotes>
<dependencies>
<dependency id="ospray.install" version="[2.6.0]" />
<dependency id="ospray.install" version="[2.7.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit e334d02

Please sign in to comment.