Skip to content

Commit

Permalink
AU: 5 updated - chromium GoogleChrome Opera python3 vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 19, 2020
1 parent 5f99a98 commit 1514447
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "85.0.4149.0-snapshots",
"snapshots": "85.0.4150.0-snapshots",
"stable": "81.0.4044.138"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>85.0.4149.0-snapshots</version>
<version>85.0.4150.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
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/769535/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/769535/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/770102/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/770109/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: 36B7362D2338D249569B59793E3EC5C57FBF3DF351EC3AC8370830CAABAAAD8F
checksum64: E4D1F3EA8E13905252035D5D6555306B471C209A873AFB599697DCC7EE68FB4E
checksum32: 80585A595509F70B5032ADFA16AF792A4F4D36BE819F3EEF2CDBC5951F0273FC
checksum64: F136D8EF0EDD6A26E2330B3595EA8C8D94334DF8C5847CADEF5B609DCCFABC55

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 = "85.0.4149.0-snapshots"
$version = "85.0.4150.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/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>81.0.4044.138</version>
<version>83.0.4103.61</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '81.0.4044.138'
$version = '83.0.4103.61'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '406e85678a287d1ffb64759ed700b84e09d0f17844d3b5f769582f3df318fe32'
checksum64 = '2566c802687c014aa7e89bce14de3cb7ed119da8a0374c9a7eb37b4bc3b0dc0a'
checksum = '998e7fea7959cc24388dd0d7740e0f6a32eb26628df6b1652df1acc227a95ceb'
checksum64 = '10570b6b3931cce7f13763fd4f1ac7075e3036a38f13edc2754c9894d2114b9f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>68.0.3618.104</version>
<version>68.0.3618.125</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-68/#b3618.104</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-68/#b3618.125</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/68.0.3618.104/win/Opera_68.0.3618.104_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/68.0.3618.104/win/Opera_68.0.3618.104_Setup_x64.exe'
checksum = 'a6526b097167b8843eb8dff6792d2f4d79e367359fc3b5306a09a1dc6cbc2080'
checksum64 = 'e9b8c28d517bf7497b19d4a62c2a88814128e64d31b2a5981155e24f110ce711'
url = 'https://get.geo.opera.com/pub/opera/desktop/68.0.3618.125/win/Opera_68.0.3618.125_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/68.0.3618.125/win/Opera_68.0.3618.125_Setup_x64.exe'
checksum = 'a57180b55101bdabab085f3268219bf8f3403df29f3965fa44dd645110177013'
checksum64 = 'c024b761882b2f378019efe2d0507703836440bc64daec1728939c11cfb5a9ef'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '68.0.3618.104'
$version = '68.0.3618.125'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.8.3/python-3.8.3.exe
x64: https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe
x32: https://www.python.org/ftp/python/3.9.0/python-3.9.0b1.exe
x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0b1-amd64.exe

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: E5EA9F5646FE3CFF2621B61A55A98EA5B3E9CA7DD7CC14C13535E55C88686872
checksum64: C74898382A5192D4B506767CBB4B41B8E80B734B8A7CE1FBB13E4ABA8FFE5BF6
checksum32: D7F8AD95B6C791F62EC441A5147F8B8F754DB7BE512CEDDB3A6D70E64E07F7B2
checksum64: 42A59F2334108D1BD0DF4ADD582EFA1A9B37B736BF47465D44788EADDA45EA23

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Expand Up @@ -8,5 +8,5 @@
"3.6": "3.6.8-rc1",
"3.7": "3.7.7",
"3.8": "3.8.3",
"3.9": "3.9.0-a6"
"3.9": "3.9.0-b1"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.8.3</version>
<version>3.9.0-b1</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Expand Up @@ -17,8 +17,8 @@ else {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.8.3.exe"
file64 = "$toolsPath\python-3.8.3-amd64.exe"
file = "$toolsPath\python-3.9.0b1.exe"
file64 = "$toolsPath\python-3.9.0b1-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info
@@ -1 +1 @@
"9f9def8fbc7d51:0"|14.25.28508.3
"2e76c99ef6ffd51:0"|14.26.28720.3
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/8c211be1-c537-4402-82e7-a8fb5ee05e8a/AC96016F1511AE3EB5EC9DE04551146FE351B7F97858DCD67163912E2302F5D6/VC_redist.x86.exe'
Checksum = 'ac96016f1511ae3eb5ec9de04551146fe351b7f97858dcd67163912e2302f5d6'
Url = 'https://download.visualstudio.microsoft.com/download/pr/d60aa805-26e9-47df-b4e3-cd6fcc392333/A06AAC66734A618AB33C1522920654DDFC44FC13CAFAA0F0AB85B199C3D51DC0/VC_redist.x86.exe'
Checksum = 'a06aac66734a618ab33c1522920654ddfc44fc13cafaa0f0ab85b199c3d51dc0'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/8c211be1-c537-4402-82e7-a8fb5ee05e8a/B6C82087A2C443DB859FDBEAAE7F46244D06C3F2A7F71C35E50358066253DE52/VC_redist.x64.exe'
Checksum64 = 'b6c82087a2c443db859fdbeaae7f46244d06c3f2a7f71c35e50358066253de52'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/d60aa805-26e9-47df-b4e3-cd6fcc392333/7D7105C52FCD6766BEEE1AE162AA81E278686122C1E44890712326634D0B055E/VC_redist.x64.exe'
Checksum64 = '7d7105c52fcd6766beee1ae162aa81e278686122c1e44890712326634d0b055e'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.25.28508'
ThreePartVersion = [version]'14.26.28720'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist140</id>
<version>14.25.28508.3</version>
<version>14.26.28720.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2019</title>
Expand Down

0 comments on commit 1514447

Please sign in to comment.