From 4be197d1c23a4cea54eba54e6f2bf96e224db045 Mon Sep 17 00:00:00 2001 From: JourneyOver Date: Thu, 25 Apr 2019 00:07:44 +0000 Subject: [PATCH] AU: 2 updated - jackett streamlabs-obs [skip ci] https://gist.github.com/508bb89c4cc35b67842940c60310532b/692fd854e95b047f577a4da629ae77664f188bbb --- automatic/jackett/jackett.nuspec | 2 +- automatic/jackett/legal/VERIFICATION.txt | 6 +++--- automatic/streamlabs-obs/streamlabs-obs.nuspec | 2 +- automatic/streamlabs-obs/tools/chocolateyInstall.ps1 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/jackett/jackett.nuspec b/automatic/jackett/jackett.nuspec index b945a0db..b6c4bf80 100644 --- a/automatic/jackett/jackett.nuspec +++ b/automatic/jackett/jackett.nuspec @@ -4,7 +4,7 @@ jackett - 0.11.245 + 0.11.247 https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/jackett JourneyOver Jackett diff --git a/automatic/jackett/legal/VERIFICATION.txt b/automatic/jackett/legal/VERIFICATION.txt index 0b7178be..013c0324 100644 --- a/automatic/jackett/legal/VERIFICATION.txt +++ b/automatic/jackett/legal/VERIFICATION.txt @@ -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 +location on and can be verified by doing the following: 1. Download the following: - url: + url: 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: diff --git a/automatic/streamlabs-obs/streamlabs-obs.nuspec b/automatic/streamlabs-obs/streamlabs-obs.nuspec index a6609044..dd73d2b3 100644 --- a/automatic/streamlabs-obs/streamlabs-obs.nuspec +++ b/automatic/streamlabs-obs/streamlabs-obs.nuspec @@ -4,7 +4,7 @@ streamlabs-obs - 0.13.3 + 0.13.4 https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/streamlabs-obs JourneyOver StreamLabs OBS diff --git a/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 b/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 index 72d8aae7..ca4e67bb 100644 --- a/automatic/streamlabs-obs/tools/chocolateyInstall.ps1 +++ b/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) {