Skip to content

Commit

Permalink
AU: 2 updated - chromium vcredist2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 15, 2019
1 parent d87f811 commit e6c2e65
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "74.0.3706.0-snapshots",
"stable": "72.0.3626.81"
"snapshots": "74.0.3707.0-snapshots",
"stable": "72.0.3626.109"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>74.0.3706.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>72.0.3626.109</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
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/632085/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/632085/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.109-r612437-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.109-r612437-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: 23E45B3B08FBC5F8F83B0B0C4CCE3069DB6B20EF5B8D4E18FEB74A473258E87B
checksum64: 3B2D8603B4573966D794149C42A2B6D6B9CA7A1BC8A0A7644F6E15CE0FB63B9C
checksum32: D201DD5F00AE325CF83A7BE38C9FCFA0FCB88528BA121F2AA75DA9BDB23FDA91
checksum64: BE272B92EDBDE8FC034BCF9117204B565FF2E482149944959A689251581D7422

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 = "74.0.3706.0-snapshots"
$version = "72.0.3626.109"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"b9414ab9e8ed41:0"|14.16.27024.1
"0f36f4518bfd41:0"|14.16.27027.1
6 changes: 3 additions & 3 deletions automatic/vcredist2017/vcredist2017.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>vcredist2017</id>
<version>14.16.27024.1</version>
<version>14.16.27027.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vcredist2017</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2017</title>
Expand All @@ -21,7 +21,7 @@
## Notes
[Supported Operating Systems](https://www.visualstudio.com/en-us/productinfo/vs2017-sysrequirements-vs): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2
[Supported Operating Systems](https://www.visualstudio.com/en-us/productinfo/vs2017-system-requirements-vs): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2
]]></description>
<releaseNotes>
##### Software
Expand All @@ -30,7 +30,7 @@
14.11.25325.0: Initial package release for software version 14.11.25325.0.
</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="[14.16.27024.1]" />
<dependency id="vcredist140" version="[14.16.27027.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit e6c2e65

Please sign in to comment.