Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 1 updated - streamlabs-obs
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed May 6, 2019
1 parent 169a19e commit f0a5dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/streamlabs-obs/streamlabs-obs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>streamlabs-obs</id>
<version>0.13.4</version>
<version>0.14.0</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/streamlabs-obs</packageSourceUrl>
<owners>JourneyOver</owners>
<title>StreamLabs OBS</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/streamlabs-obs/tools/chocolateyInstall.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'streamlabs-obs'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+OBS+Setup+0.13.4.exe'
$checksum64 = '7f1cdd37861b459866c44cc8ff1dbf86431639690bfe25971e59b1beeabe3563'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+OBS+Setup+0.14.0.exe'
$checksum64 = 'fa25fa13d4d6eedf339b4e6b530605b6e1718188252ba1893413e104829102c5'
$checksumType = 'sha256'

if ((Get-OSArchitectureWidth 32) -or $env:ChocolateyForceX86) {
Expand Down

0 comments on commit f0a5dcc

Please sign in to comment.