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 25, 2019
1 parent 3ed0bb4 commit 4be197d
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.245</version>
<version>0.11.247</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.245>
location on <https://github.com/Jackett/Jackett/releases/tag/v0.11.247>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/Jackett/Jackett/releases/download/v0.11.245/Jackett.Installer.Windows.exe>
url: <https://github.com/Jackett/Jackett/releases/download/v0.11.247/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: C63969A588B3BE529EAD42862FCC045F509AC6230BA5A4EFD5AB762B1831C482
checksum: 17FC4C8FCB9DC647E08248E3810BD733A34E59323DFDB6495CF99A1F5238440C

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.13.3</version>
<version>0.13.4</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.3.exe'
$checksum64 = '3d3ccdb02008b8e32f1b36d871b0ceb67a8f6943f41becaefeb1783e512c0242'
$url64 = 'https://slobs-cdn.streamlabs.com/Streamlabs+OBS+Setup+0.13.4.exe'
$checksum64 = '7f1cdd37861b459866c44cc8ff1dbf86431639690bfe25971e59b1beeabe3563'
$checksumType = 'sha256'

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

0 comments on commit 4be197d

Please sign in to comment.