diff --git a/automatic/streamlabs-obs/streamlabs-obs.nuspec b/automatic/streamlabs-obs/streamlabs-obs.nuspec index 251afdf9..9258fba0 100644 --- a/automatic/streamlabs-obs/streamlabs-obs.nuspec +++ b/automatic/streamlabs-obs/streamlabs-obs.nuspec @@ -4,7 +4,7 @@ streamlabs-obs - 1.14.0 + 1.15.1 https://github.com/journeyover/chocolatey-packages/tree/master/automatic/streamlabs-obs JourneyOver StreamLabs Desktop diff --git a/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 b/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 index a1e44427..0b50682a 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.14.0.exe' -$checksum64 = '172a2a7f46507aee4315b76023257cd3e7936d1831194065f7377baa7b16bf08' +$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+Desktop+Setup+1.15.1.exe' +$checksum64 = 'b5eccc5880fc5b2f6d5f7e8454151fae121f191861381048ee960565f9599d67' $checksumType = 'sha256' if ((Get-OSArchitectureWidth 32) -or $env:ChocolateyForceX86) {