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 Jul 1, 2023
1 parent fa6fe1a commit 1f61cf3
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
Original file line number Diff line number Diff line change
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>1.13.2</version>
<version>1.13.3</version>
<packageSourceUrl>https://github.com/journeyover/chocolatey-packages/tree/master/automatic/streamlabs-obs</packageSourceUrl>
<owners>JourneyOver</owners>
<title>StreamLabs Desktop</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/streamlabs-obs/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'streamlabs-obs'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+Desktop+Setup+1.13.2.exe'
$checksum64 = '13e5be2ecde263aecda6686b9a88da18abc28eda00c4b99671ef273bf4bb4f8b'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+Desktop+Setup+1.13.3.exe'
$checksum64 = '0f59a0207273056c91f9f717327049516e740dfd10d6fa4a602e6afd27766dcd'
$checksumType = 'sha256'

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

0 comments on commit 1f61cf3

Please sign in to comment.