Skip to content

Commit

Permalink
AU: 3 updated - chromium freevideoeditor mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 27, 2016
1 parent 9d7ccb8 commit d85def7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 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>57.0.2964.0</version>
<version>57.0.2965.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 = '57.0.2964.0'
$version = '57.0.2965.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/440691/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/440691/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/440746/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/440746/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '50bd56c8cc5c0d3c34907fdd1a570563'
checksum = '17ea20351e0f4603a0756b61d4e21c22'
checksumType = 'md5'
checksum64 = 'b28ae43834994df47c8d95a7760c9901'
checksum64 = 'd4148670175dc283d09d8b79d3a81d81'
checksumType64= 'md5'
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>freevideoeditor</id>
<title>VSDC Free Video Editor</title>
<version>5.5.0.20161111</version>
<version>5.7.3</version>
<authors>Flash-Integro LLC</authors>
<owners>chocolatey</owners>
<summary>Simple video editor.</summary>
Expand Down Expand Up @@ -45,7 +45,7 @@ Hardware acceleration, multi-color Chroma Key, adjustable parameters settings an
<licenseUrl>http://www.videosoftdev.com/terms-and-conditions</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>http://www.videosoftdev.com/how-to-use-free-video-editor</docsUrl>
<iconUrl>https://i.imgur.com/eWYMC0E.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/136ef0bb871e04da4d9e0e0da37902930c80c2b4/icons/freevideoeditor.png</iconUrl>
<dependencies>
</dependencies>
<releaseNotes>http://www.videosoftdev.com/free-video-editor#accordion10</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freevideoeditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'freevideoeditor'
fileType = 'exe'
url = 'http://downloads.videosoftdev.com/video_tools/video_editor.exe'
checksum = '3a0ace6cf7610b8489f8cbf56903ceea92929aa42ba3b2c1f0ce8092b99b3e6d'
checksum = '8b9e05110e0d75cae069d46e734d7dd885688ca7419313eb3cd525b11a70a121'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>9.6.0.20161201</version>
<version>9.7.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<projectUrl>https://www.bunkus.org/videotools/mkvtoolnix/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/mkvtoolnix.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/mkvtoolnix.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
MKVToolNix is a set of tools to create, alter, split, join and inspect Matroska files (MKV).
Expand Down
10 changes: 5 additions & 5 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
url = 'https://mkvtoolnix.download/windows/releases/9.6.0/mkvtoolnix-32bit-9.6.0-setup.exe'
url64bit = 'https://mkvtoolnix.download/windows/releases/9.6.0/mkvtoolnix-64bit-9.6.0-setup.exe'
checksum = '520e9b435826a7bd941a05e0542ee21632cb5e0ae1884e164c5bab5946363f9a'
checksum64 = 'c4f99f1fd70d0284dce7c6ac30e9f31ae19f561a80cd2257c1cf442337477c43'
url = 'https://mkvtoolnix.download/windows/releases/9.7.0/mkvtoolnix-32bit-9.7.0-setup.exe'
url64bit = 'https://mkvtoolnix.download/windows/releases/9.7.0/mkvtoolnix-64bit-9.7.0-setup.exe'
checksum = '45d570aa96ff857d477e1d9d88aeadbfb2149e1a861ac552aa3a75f5ede4e11d'
checksum64 = 'db8b8d83136dc69e0a0fabb2b435da306ecd01a220a3778f952df75dbd9b191d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down

0 comments on commit d85def7

Please sign in to comment.