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 - jackett streamlabs-obs
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Apr 2, 2019
1 parent 8fae604 commit f3b734b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/jackett/jackett.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>jackett</id>
<version>0.11.173</version>
<version>0.11.177</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/jackett</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Jackett</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/jackett/legal/VERIFICATION.txt
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/Jackett/Jackett/releases/tag/v0.11.173>
location on <https://github.com/Jackett/Jackett/releases/tag/v0.11.177>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/Jackett/Jackett/releases/download/v0.11.173/Jackett.Installer.Windows.exe>
url: <https://github.com/Jackett/Jackett/releases/download/v0.11.177/Jackett.Installer.Windows.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: 1780E2D8A11AD1C25C880E742C8D6ED7B53AEC2F8264F5099EF1431B8ADB0BD5
checksum: 619B95EE114676A2DFEE4C4DA41A3AAFB70C5C399B68B31C54045B998282374B

Using AU:

Expand Down
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.12.2</version>
<version>0.12.3</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.12.2.exe'
$checksum64 = 'f5d10090bdc21d04e20afbcd944948103184c304454e56ef258ad45082df7ace'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+OBS+Setup+0.12.3.exe'
$checksum64 = 'd57d11a931b77310bf0abdd5d2cf9ca68dd3478cfedc38b5cb03d5de60bc650a'
$checksumType = 'sha256'

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

0 comments on commit f3b734b

Please sign in to comment.