Skip to content

Commit

Permalink
AU: 2 updated - chromium ffmpeg [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 7, 2016
1 parent d095bee commit ba935fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>56.0.2908.0</version>
<version>56.0.2913.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '56.0.2908.0'
$version = '56.0.2913.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/429198/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/429196/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/430217/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/430215/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'ed05349851509bf324c74ec3faa36634'
checksum = 'a3af109e895b41af4cdabe1fde02cdfb'
checksumType = 'md5'
checksum64 = '3fd649c9d296c2117988fa1087a1430e'
checksum64 = '8f468fdf417d32e901881e7a8c72e0ad'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/ffmpeg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
<version>3.1.5</version>
<version>3.2</version>
<title>FFmpeg</title>
<owners>chocolatey</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ffmpeg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ $packageName = 'ffmpeg'

$packageArgs = @{
packageName = $packageName
url = 'https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.1.5-win32-static.zip'
url64Bit = 'https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.1.5-win64-static.zip'
checksum = '8f19d37cddcfde6e2a0c5791ac5228252f97be1a52268aaa37d2c5813b08186d'
checksum64 = '5c6a1263780509db438296e6e6555dc731212564088094ff3a16f0e69f95a633'
url = 'https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2-win32-static.zip'
url64Bit = 'https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.2-win64-static.zip'
checksum = 'd706d64dc9f81afd17c8d8f0a25e10741249223020f6894f7d2a90a237fa109b'
checksum64 = '9e1cbb9b73ac3291b3349e4531b39068b6df54fcb486d97e84383e551a40712b'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit ba935fd

Please sign in to comment.