diff --git a/automatic/fastflix.portable/fastflix.portable.nuspec b/automatic/fastflix.portable/fastflix.portable.nuspec index f6c059d..1318545 100644 --- a/automatic/fastflix.portable/fastflix.portable.nuspec +++ b/automatic/fastflix.portable/fastflix.portable.nuspec @@ -4,7 +4,7 @@ fastflix.portable - 5.7.4 + 5.8.0 http://rawcdn.githack.com/Aurocosh/chocolatey-packages/master/automatic/fastflix.portable/img/icon.png Aurocosh FastFlix (Portable) @@ -34,7 +34,7 @@ eg. `choco install -y fastflix.portable --package-parameters="/NoDesktopShortcut https://github.com/cdgriffith/FastFlix/releases - + diff --git a/automatic/fastflix.portable/tools/chocolateyinstall.ps1 b/automatic/fastflix.portable/tools/chocolateyinstall.ps1 index fbab31f..82c5c52 100644 --- a/automatic/fastflix.portable/tools/chocolateyinstall.ps1 +++ b/automatic/fastflix.portable/tools/chocolateyinstall.ps1 @@ -7,8 +7,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installPath softwareName = 'FastFlix*' - url64bit = 'https://github.com/cdgriffith/FastFlix/releases/download/5.7.4/FastFlix_5.7.4_win64.zip' - checksum64 = '79cd367052ded1f60c5abba672c513ae0d10ec00f18c0960cefd2dc510a7c4c7' + url64bit = 'https://github.com/cdgriffith/FastFlix/releases/download/5.8.0/FastFlix_5.8.0_win64.zip' + checksum64 = 'd8df51113a37020f83740f7d0afad6dddfacaafd1e363becad5010e025a368eb' checksumType64 = 'sha256' } diff --git a/automatic/fastflix/fastflix.nuspec b/automatic/fastflix/fastflix.nuspec index 1832608..1f1ade1 100644 --- a/automatic/fastflix/fastflix.nuspec +++ b/automatic/fastflix/fastflix.nuspec @@ -4,7 +4,7 @@ fastflix - 5.7.4 + 5.8.0 http://rawcdn.githack.com/Aurocosh/chocolatey-packages/master/automatic/fastflix/img/icon.png Aurocosh FastFlix (Install) diff --git a/automatic/fastflix/tools/chocolateyinstall.ps1 b/automatic/fastflix/tools/chocolateyinstall.ps1 index 5a88224..15ee34c 100644 --- a/automatic/fastflix/tools/chocolateyinstall.ps1 +++ b/automatic/fastflix/tools/chocolateyinstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ unzipLocation = $toolsDir fileType = 'exe' softwareName = 'FastFlix*' - url64bit = 'https://github.com/cdgriffith/FastFlix/releases/download/5.7.4/FastFlix_5.7.4_installer.exe' - checksum64 = '3793d40f92c9be16932c9f5cd36990285781d15770df05d61064cc951af0f8a0' + url64bit = 'https://github.com/cdgriffith/FastFlix/releases/download/5.8.0/FastFlix_5.8.0_installer.exe' + checksum64 = 'e3b8b183ae0ca9120fd00a533fe6e35af0201be1f1e77f932fea52018918312c' checksumType64 = 'sha256' validExitCodes = @(0, 3010, 1641) silentArgs = '/S' # NSIS