Skip to content

Commit

Permalink
AU: 2 updated - cuda dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 30, 2023
1 parent c4dee8e commit d18f46c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/cuda/cuda.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>cuda</id>
<version>12.2.1.53667</version>
<version>12.2.2.53713</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cuda</packageSourceUrl>
<owners>chtof</owners>
<title>NVIDIA CUDA Toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cuda/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://developer.download.nvidia.com/compute/cuda/12.2.1/local_installers/cuda_12.2.1_536.67_windows.exe'
checksum = '84b0fb6f92a5fa5d8d39de375832c8e9836be0221b6d424b4cf4fdff5352667a'
url = 'https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda_12.2.2_537.13_windows.exe'
checksum = 'd4828f42152ccfb6b998a96533c5dd5ecc0409c09b46bbff787b6e32a31d1b0d'
checksumType = 'sha256'

silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/dos2unix/dos2unix.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>dos2unix</id>
<version>7.5.0</version>
<version>7.5.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/dos2unix</packageSourceUrl>
<owners>chtof</owners>
<title>Dos2Unix / Unix2Dos - Text file format converters</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dos2unix/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://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.0-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.0-win64-nls.zip
x32: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.1-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.1-win64-nls.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: D6825EC8A96E10831C00E835A9BC01E5FB2AA6C655F57710788CF1A51B0692A2
checksum64: 7AFBA0FF817E9F21FDFF649E840E9BA1BB0751318467C5CE97D46C67EBCDB4AB
checksum32: 71360CEA92FA4048FB94531DD4E63F7F66701ADDAEED97D90D7534E30802E0A5
checksum64: 7F3F051DD6B9493E5BD33455191366DEC1C8552D8EF1D967BC034C727627D1EA

File 'LICENSE.txt' is obtained from:
https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt
4 changes: 2 additions & 2 deletions automatic/dos2unix/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\dos2unix-7.5.0-win32-nls.zip"
file64 = "$toolsDir\dos2unix-7.5.0-win64-nls.zip"
file = "$toolsDir\dos2unix-7.5.1-win32-nls.zip"
file64 = "$toolsDir\dos2unix-7.5.1-win64-nls.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit d18f46c

Please sign in to comment.