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

Commit

Permalink
AU: 2 updated - mo2 streamlabs-obs
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Mar 23, 2021
1 parent a5310ed commit d4e6b33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions automatic/mo2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/ModOrganizer2/modorganizer/releases/tag/v2.4.0>
location on <https://github.com/ModOrganizer2/modorganizer/releases/tag/v2.4.1>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/ModOrganizer2/modorganizer/releases/download/v2.4.0/Mod.Organizer-2.4.0.exe>
url: <https://github.com/ModOrganizer2/modorganizer/releases/download/v2.4.1/Mod.Organizer-2.4.1.exe>

2. You can obtain the checksum using one of the following methods:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum:BAC323A05E1323B4FDF9B7376D519B048D184E49A614355A6FCBA95B2B400E95
checksum:55B4BAB0A14C34435BCD1984824A7A7E14C5894EC4EBED5410D7E4A183ACC2FA

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/mo2/mo2.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>mo2</id>
<version>2.4.0</version>
<version>2.4.1</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/mo2</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Mod Organizer 2</title>
Expand Down
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.0.5</version>
<version>1.0.6</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
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+OBS+Setup+1.0.5.exe'
$checksum64 = 'b608944ca81e99bcab9bb1d3f34526d33d1a92c864ec6094f16f4b0584c2b55f'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+OBS+Setup+1.0.6.exe'
$checksum64 = 'c0693e23cefe1417eabc118e656df511f576e5b66fb5e8b69c593307fe7cd307'
$checksumType = 'sha256'

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

0 comments on commit d4e6b33

Please sign in to comment.