Skip to content

Commit c2d2c29

Browse files
committed
1 parent 7997460 commit c2d2c29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/nvidia-broadcast/nvidia-broadcast.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>2.0.0.22863662</version>
25+
<version>2.0.0.23090415</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/nvidia-broadcast</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/nvidia-broadcast/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url64 = 'https://international.download.nvidia.com/Windows/broadcast/2.0.0/NVIDIA_Broadcast_v2.0.0.22863662.exe'
6-
checksum64 = '96ec754065938613391cd690f1138eda08070628e8a91751e866e2c351d156c9'
5+
url64 = 'https://international.download.nvidia.com/Windows/broadcast/2.0.0/NVIDIA_Broadcast_v2.0.0.23090415.exe'
6+
checksum64 = '1c497e7a7634ef88e73ff9482c58235f9d278a8e4b91ef02c39542b5ef59f1aa'
77
checksumType64 = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '-s'

0 commit comments

Comments
 (0)