Skip to content

Commit

Permalink
AU: 2 updated - automouseclick cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 4, 2022
1 parent 99ee916 commit 34015e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/automouseclick/automouseclick.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>automouseclick</id>
<version>99.1.4.20221003</version>
<version>99.1.4.20221004</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick</packageSourceUrl>
<owners>chtof</owners>
<title>Auto Mouse Click</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/automouseclick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe'
checksum = '7C3E82CA4755507EA613013EC5CCCAB4E897BDB7B1BCA9A51677E981127B1F35'
checksum = 'A1DE7B080A74F03DF6AA9E4F2C9C61ACC2FB55D4E622BB74E580DBDC494FE939'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
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.7.1.51694</version>
<version>11.8.0.52206</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.7.1/local_installers/cuda_11.7.1_516.94_windows.exe'
url = 'https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_522.06_windows.exe'
checksum = ''
checksumType = 'sha256'

Expand Down

0 comments on commit 34015e6

Please sign in to comment.