Skip to content

Commit

Permalink
AU: 6 updated - cuda cudatext log4om log4om.install log4om.portable w…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 3, 2021
1 parent 356665b commit 7a91a0f
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 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>11.4.0.47111</version>
<version>11.4.1.47141</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cuda</packageSourceUrl>
<owners>chtof</owners>
<title>NVIDIA CUDA Toolkit</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/cuda/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://developer.download.nvidia.com/compute/cuda/11.4.0/local_installers/cuda_11.4.0_471.11_win10.exe'
url = 'https://developer.download.nvidia.com/compute/cuda/11.4.1/local_installers/cuda_11.4.1_471.41_win10.exe'
checksum = ''
checksumType = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/cudatext/cudatext.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>cudatext</id>
<version>1.139.5.1</version>
<version>1.140.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext</packageSourceUrl>
<owners>chtof</owners>
<title>CudaText</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cudatext/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.139.5.1.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.140.0.0.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
checksum64: EE3D6A46E7166B4FA1ED3810EDE403EC2FA440614684D0324B42475787CDD0D4
checksum64: 79CCDA7D40463A6B639ED53564033A8834B3C38ADF1F40609CD5AB58A42140B0

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt
2 changes: 1 addition & 1 deletion automatic/cudatext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $pp['InstallationPath']
file64 = "$toolsDir\cudatext-win-x64-1.139.5.1.zip"
file64 = "$toolsDir\cudatext-win-x64-1.140.0.0.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/log4om.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://www.log4om.com/l4ong/release/Log4OM2_2_15_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_15_0_0.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_16_0_0.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_16_0_0.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: F5A4B7DA7265313C4CEA56863C0ED15D426648A1E423FEC13F7D965C7D45768E
checksum64: F5A4B7DA7265313C4CEA56863C0ED15D426648A1E423FEC13F7D965C7D45768E
checksum32: C0E51D5D399BE1F86E8DF53ACC695DDE6EDDE1C6AEF44889BCCB030DA9F734AE
checksum64: C0E51D5D399BE1F86E8DF53ACC695DDE6EDDE1C6AEF44889BCCB030DA9F734AE

File 'LICENSE.txt' is obtained from:
https://www.log4om.com/l4ong/usermanual/Log4OMNG_ENU.pdf
2 changes: 1 addition & 1 deletion automatic/log4om.install/log4om.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>log4om.install</id>
<version>2.15.0.0</version>
<version>2.16.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om.install</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/log4om.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Remove-Item -Path "$toolsDir\*.exe" -ErrorAction SilentlyContinue
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
fileFullPath = "$toolsDir\Log4OM2_2_15_0_0.zip"
fileFullPath = "$toolsDir\Log4OM2_2_16_0_0.zip"
}
Get-ChocolateyUnzip @packageArgs
Remove-Item -Path $packageArgs.fileFullPath

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\Log4OM2_2_15_0_0.exe"
file = "$toolsDir\Log4OM2_2_16_0_0.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/log4om.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Download:

x32: https://www.log4om.com/l4ong/release/Log4OM2_2_15_0_0_portable.zip
x32: https://www.log4om.com/l4ong/release/Log4OM2_2_16_0_0_portable.zip
x64: https://www.log4om.com/l4ong/release/Log4OM2_2_0_0_0.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: EB4C958FD50C4B6E80C461A7217C25C05A4EA6D252C4523C446FE5600040CDB6
checksum32: 083B8A4A3775235E626D852A3019E95565AE34E4B1EE589858FB662DDE04EE76
checksum64: 334ADD564B72479BEF2017B9829AA9D3CD39B1CD530FE6CBB68DFBC038528FBD

File 'LICENSE.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion automatic/log4om.portable/log4om.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>log4om.portable</id>
<version>2.15.0.0</version>
<version>2.16.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/log4om.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Remove-Item -Path "$toolsDir\*.exe" -ErrorAction SilentlyContinue
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\Log4OM2_2_15_0_0_portable.zip"
file = "$toolsDir\Log4OM2_2_16_0_0_portable.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/log4om/log4om.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>log4om</id>
<version>2.15.0.0</version>
<version>2.16.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/log4om</packageSourceUrl>
<owners>chtof</owners>
<title>Log4OM</title>
Expand Down Expand Up @@ -67,7 +67,7 @@ It has been tested on all Windows operating systems from Windows Vista to the la
- Added Aircraft Scatter in the propagation mode list and moved the whole list to external configuration file (propagation.csv)
]]></releaseNotes>
<dependencies>
<dependency id="log4om.install" version="[2.15.0.0]" />
<dependency id="log4om.install" version="[2.16.0.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/wireguard/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://download.wireguard.com/windows-client/wireguard-x86-0.3.17.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.3.17.msi
x32: https://download.wireguard.com/windows-client/wireguard-x86-0.4.msi
x64: https://download.wireguard.com/windows-client/wireguard-amd64-0.4.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: FA2F0D18AEFFD28647FAB703F1034F951563B11A08B968F261BA1EDF9321DE75
checksum64: 554D72B07D065842E88AACFB9781C71F1DD53E816526A2BA05A09842168E8AD2
checksum32: FA9780C322BB7466395D62EA3B348545F6B732F64CD6BEC559161E29FBA47D29
checksum64: 2A18BA01925A13D55F74150B347F2830E8C0B708BCAB00CED4C5587A791070F2

File 'LICENSE.txt' is obtained from:
https://git.zx2c4.com/WireGuard/about/COPYING
4 changes: 2 additions & 2 deletions automatic/wireguard/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

filetype = "MSI"
file = "$toolsDir\wireguard-x86-0.3.17.msi"
file64 = "$toolsDir\wireguard-amd64-0.3.17.msi"
file = "$toolsDir\wireguard-x86-0.4.msi"
file64 = "$toolsDir\wireguard-amd64-0.4.msi"

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" DO_NOT_LAUNCH=1"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/wireguard/wireguard.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>wireguard</id>
<version>0.3.17</version>
<version>0.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/wireguard</packageSourceUrl>
<owners>chtof</owners>
<title>WireGuard</title>
Expand Down

0 comments on commit 7a91a0f

Please sign in to comment.