Skip to content

Commit

Permalink
AU: 5 updated - chromium dropbox GoogleChrome paint.net skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 12, 2018
1 parent 435148d commit 30ca256
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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": "71.0.3549.0-snapshots",
"stable": "69.0.3497.81"
"snapshots": "71.0.3551.0-snapshots",
"stable": "69.0.3497.92"
}
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>71.0.3549.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>69.0.3497.92</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/589826/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/589826/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v69.0.3497.92-r576753-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v69.0.3497.92-r576753-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: FCCFAFBB6D82970862A44FCA7D63795E501E8599D6F8A706B70056CF570AA73A
checksum64: D71BB113B4BAE646C042B8C27FFE1285025AD98F4008BAF38837136BAC9E8CEC
checksum32: 5BBF8F6BA3C78EAF5A2D4C3CBACFA074FD96917A519EFE13C6D678E9233B14BE
checksum64: F16C3B62CA3CCE6C20A80E04924C6CECDA00BBE9348017C6AEF7231807B55B6D

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 = "71.0.3549.0-snapshots"
$version = "69.0.3497.92"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "57.3.86-beta",
"stable": "56.4.94"
"beta": "57.4.89-beta",
"stable": "57.4.89"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.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>dropbox</id>
<version>57.3.86-beta</version>
<version>57.4.89</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2057.3.86%20Offline%20Installer.exe'
checksum = '42a0ffb82e00afbb4fa945cb1d89738983377fb4ae765033a5072a01f601b416'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2057.4.89%20Offline%20Installer.exe'
checksum = 'd44f3650b46d4db96ed5caf9675c6c7fd2ccc14a76a83d82305adbcea7a5e37a'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>69.0.3497.8100</version>
<version>69.0.3497.9200</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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '69.0.3497.81'
$version = '69.0.3497.92'
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 = 'bdfcae49480cd21b998544a0677ba88512297b7332d56c1289410b914d203598'
checksum64 = '290f0516826165399157b925ed330708dcc0492264bc591d8fe7e44e33b40500'
checksum = '1a8c21d1e6630b2644af179f127651ef8f9562e87e7e1ed35ade93f6ccdf4b18'
checksum64 = 'ce4639c79cbbef18db9c6f1d2750ea6521a0e71f93b20a01d9c39383401842df'
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/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://www.dotpdn.com/files/paint.net.4.1.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.1.1.install.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: CF48B4A68DB952F3CC436EC510366372FE0A3DB2E51D9BCEC341F965BF10FF1C
checksum32: 7556C819FF24A1DB8DC37E5ECE950E88DCFC9A56BBE36CF0472EA8762A82BD3C

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.1</version>
<version>4.1.1</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.29.0.50</version>
<version>8.30.0.50</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.29.0.50.exe'
checksum = '12509d8d133cab7dd1bee14023f60cefa0dbb2609bd0479ea46a535f4dd33ad8'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.30.0.50.exe'
checksum = '5b769d80f0916e7e82a422481062b9e558449cf3542983883e4622d5e49618f8'
checksumType = 'sha256'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 30ca256

Please sign in to comment.