Skip to content

Commit

Permalink
AU: 1 updated - nvidia-broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 4, 2025
1 parent f524aea commit cb2a78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/nvidia-broadcast/nvidia-broadcast.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.4.0.29</version>
<version>1.4.0.39</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/nvidia-broadcast</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nvidia-broadcast/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url64 = 'https://international.download.nvidia.com/Windows/broadcast/1.4.0.29/NVIDIA_Broadcast_v1.4.0.29.exe'
checksum64 = '46861c79f09ec26b800bd9989854377e0f95ce4eaed598742de036ab2e5f144f'
url64 = 'https://international.download.nvidia.com/Windows/broadcast/1.4.0.39/NVIDIA_Broadcast_v1.4.0.39.exe'
checksum64 = 'fc6bf49af9c079a2f865f17d8de767d0759e71827eb68663fe7e5936655a5af9'
checksumType64 = 'SHA256'
fileType = 'EXE'
silentArgs = '-s'
Expand Down

0 comments on commit cb2a78b

Please sign in to comment.