Skip to content

Commit

Permalink
AU: 3 updated - chromium clipgrab ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 17, 2019
1 parent 78f2fff commit 8db263e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "79.0.3913.0-snapshots",
"snapshots": "79.0.3916.0-snapshots",
"stable": "75.0.3770.142"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>79.0.3913.0-snapshots</version>
<version>79.0.3916.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/696660/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/696660/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/697144/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/697145/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 9B1B3BCD815E42CFC55958196BBE27FC4084A3DE97D9DA2381CE039B8BA27A76
checksum64: 00E56EDD5873C3EFCC5B0610E66E76FE22797FF123721EB9015A32C2BACDEE71
checksum32: ECDF061B488F79BAB9E1957A7E2D0212D8B3FF68C4A0E30B01BCFA18C0642CBF
checksum64: 8B7A685199F20821B10FE836A04F23E9D504122778A4204F02B2AAC054F934D8

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "79.0.3913.0-snapshots"
$version = "79.0.3916.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>3.8.4</version>
<version>3.8.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey</owners>
<title>Clipgrab</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://clipgrab.org/>
and can be verified by doing the following:

1. Download the following <https://download.clipgrab.org/clipgrab-3.8.3-cgorg.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.5-portable.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 2C562DE34120463C4E31548F63883CD3E4159DA03C75DDD1A11926F939856C88
checksum: 525D0481FF17C5A7E80D09B7586E2A6A1CB5236963DFA1F60D04B64289553C5B

The file 'LICENSE.txt' has been obtained from the source tarball located
on their project page.
2 changes: 1 addition & 1 deletion automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.3-cgorg.exe"
file = "$toolsPath\clipgrab-3.8.5-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/ffmpeg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
<version>4.2</version>
<version>4.2.1</version>
<title>FFmpeg</title>
<owners>chocolatey</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2-win64-static.zip
x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.1-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 8B5F02EC679E236339F0C30269AA8D9402FA4F4FFCAB4D25B934A67B45AF523E
checksum64: D4D585C3A784CD052F540E4C5E22B572BBC5EB93C280742C38EB7306BD8E8AE2
checksum32: 4DD64D7EC412F77D6745E6EDAACD0A6766F041127A7EDE5400ABC7ABACF92692
checksum64: D2AF87BBB867BC83C070F3C1A980DAAED35C37B02CA82CC2886E8743232886FF

Using AU:

Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2-win64-static.zip
Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3

0 comments on commit 8db263e

Please sign in to comment.