Skip to content

Commit

Permalink
AU: 2 updated - fastflix fastflix.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Aug 10, 2024
1 parent e63a2f8 commit b41b31e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/fastflix.portable/fastflix.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fastflix.portable</id>
<version>5.7.4</version>
<version>5.8.0</version>
<packageSourceUrl>http://rawcdn.githack.com/Aurocosh/chocolatey-packages/master/automatic/fastflix.portable/img/icon.png</packageSourceUrl>
<owners>Aurocosh</owners>
<title>FastFlix (Portable)</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ eg. `choco install -y fastflix.portable --package-parameters="/NoDesktopShortcut
</description>
<releaseNotes>https://github.com/cdgriffith/FastFlix/releases</releaseNotes>
<dependencies>
<dependency id="ffmpeg"/>
<dependency id="ffmpeg" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/fastflix.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/fastflix/fastflix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fastflix</id>
<version>5.7.4</version>
<version>5.8.0</version>
<packageSourceUrl>http://rawcdn.githack.com/Aurocosh/chocolatey-packages/master/automatic/fastflix/img/icon.png</packageSourceUrl>
<owners>Aurocosh</owners>
<title>FastFlix (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/fastflix/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41b31e

Please sign in to comment.