diff --git a/automatic/streamlabs-obs/streamlabs-obs.nuspec b/automatic/streamlabs-obs/streamlabs-obs.nuspec index 39ab18d6..7beeb509 100644 --- a/automatic/streamlabs-obs/streamlabs-obs.nuspec +++ b/automatic/streamlabs-obs/streamlabs-obs.nuspec @@ -4,7 +4,7 @@ streamlabs-obs - 1.7.1 + 1.8.4 https://github.com/journeyover/chocolatey-packages/tree/master/automatic/streamlabs-obs JourneyOver StreamLabs OBS diff --git a/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 b/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 index 4022f057..6c52c22e 100644 --- a/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 +++ b/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageName = 'streamlabs-obs' -$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+Desktop+Setup+1.7.1.exe' -$checksum64 = '4062fd4bdde294b1dd93bcd2badd0399d618e8dc50d0195535ac7ab904f1f742' +$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+Desktop+Setup+1.8.4.exe' +$checksum64 = '97bc928fe19e610d74ed8d741b0491853a6651c2d9a5a215dfe5b6d977ef9685' $checksumType = 'sha256' if ((Get-OSArchitectureWidth 32) -or $env:ChocolateyForceX86) {