Skip to content

Commit

Permalink
AU: 2 updated - chromium freevideoeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 10, 2019
1 parent 01106b6 commit 3bf868e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "75.0.3757.0-snapshots",
"stable": "73.0.3683.86"
"snapshots": "75.0.3762.0-snapshots",
"stable": "73.0.3683.103"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>75.0.3757.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>73.0.3683.103</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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/647606/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/647611/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.103-r625896-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.103-r625896-win64/chromium-sync.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: BB319FE4CDB8913EDD706C297C91A1B6BA02280AC5E78CB25A95AB92F6452C7E
checksum64: 047F530E5E686840B424E81F92745C89ABB4EDBBDFC70DF03D9C84DF031A2BCD
checksum32: 842AD8ECEEAC4B8CEAC49888BCAF34565659DB50F8FC363D4CF7049CC407017A
checksum64: 5A65255B287E6EAEA14EC83189BD27B4E70BE2CE2003981C26EE9EF01AEE27A8

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "75.0.3757.0-snapshots"
$version = "73.0.3683.103"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/freevideoeditor.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freevideoeditor</id>
<version>6.3.2</version>
<version>6.3.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<owners>chocolatey</owners>
<title>VSDC Free Video Editor</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freevideoeditor/legal/VERIFICATION.txt
Expand Up @@ -15,7 +15,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 66687134BD2AF66B54E6707FED0FEB8A36160478619ACB6D03A0C88D226BFC54
checksum64: EDD60352F3D2292F8D3A9E05505CBCF1D8D9268280EE3D3F016B1130744081EC
checksum32: ED0F9111B729E5A5975C743CF49331AF8ACAA8B659824008F4266EF752259729
checksum64: 914DCB20DF4DB39E0A83A7203399EC40B4CEA93D572692AA30F2CA228D394277

The file 'LICENSE.txt' has been obtained from <http://www.videosoftdev.com/terms-and-conditions>

0 comments on commit 3bf868e

Please sign in to comment.