Skip to content

Commit

Permalink
AU: 1 updated - ispc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 19, 2023
1 parent 421b1d1 commit 15489cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/ispc/ispc.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>ispc</id>
<version>1.20.0</version>
<version>1.21.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ispc</packageSourceUrl>
<owners>chtof</owners>
<title>Intel SPMD Program Compiler</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ispc/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/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-windows.zip
x64: https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-windows.zip
x32: https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-windows.zip
x64: https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-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: E212EBFB4E8AFB57ADC103A2579C52673A3CA49610FBC2A5EAE643D3D378548D
checksum64: E212EBFB4E8AFB57ADC103A2579C52673A3CA49610FBC2A5EAE643D3D378548D
checksum32: B8823C03C050152AEAE19594160D9A1A00E21817FC0CD86F21BE2B4F22AB17BF
checksum64: B8823C03C050152AEAE19594160D9A1A00E21817FC0CD86F21BE2B4F22AB17BF

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/ispc/ispc/master/LICENSE.txt
4 changes: 2 additions & 2 deletions automatic/ispc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsDir\ispc-v1.20.0-windows.zip"
file = "$toolsDir\ispc-v1.21.0-windows.zip"
silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" AUTOOC=0"
}#>

$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\ispc-v1.20.0-windows.zip"
file = "$toolsDir\ispc-v1.21.0-windows.zip"
}

Get-ChocolateyUnzip @packageArgs

0 comments on commit 15489cd

Please sign in to comment.