Skip to content

Commit

Permalink
AU: 3 updated - chromium dropbox unchecky
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 8, 2018
1 parent 12e5d0c commit 8bf4de1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>67.0.3391.0-snapshots</version>
<version>67.0.3392.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
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/548652/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/548655/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/549089/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/549089/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: DAF5983F7099219C3885B3C32E7F083857B0D0660992A6CCBDF963D64870509D
checksum64: DE56ED95636FBEAC0596992FE2FFFE3F3B7DF555FC97568974F8E2ED36BC8269
checksum32: C3DDACC7EC773D09733316BB0996DDFBDB76F8FFFDAE26F4794E9D6133C506C6
checksum64: 8E7BCDC259DACDCF8FB6D61A632AD0C9DAAEF1EF0DCF76DC1B00C9926C0F6665

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 = "67.0.3391.0-snapshots"
$version = "67.0.3392.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/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>46.4.65</version>
<version>47.3.73</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%2046.4.65%20Offline%20Installer.exe'
checksum = '83f29a4908c738e74bdfcde93917f6b4040df8ea3e56a880f145a215d2ef24ef'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2047.3.73%20Offline%20Installer.exe'
checksum = '0e3ca9b2940a9723ef0c88a014a007ba65571c0985925deff8cd474b0b87b514'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/unchecky/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'unchecky'

checksum = '93b0ddf0225ff5f4a867f038965e7f9e5539e48548b4d17a6ebe03be65279795'
checksum = '25896931db48f0f4c9e3681720fb7c89b531d912ce5f11d596078f8d917126b7'
checksumType = 'sha256'
url = 'https://unchecky.com/files/unchecky_setup.exe'

Expand Down
2 changes: 1 addition & 1 deletion automatic/unchecky/unchecky.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>unchecky</id>
<title>Unchecky</title>
<version>1.1</version>
<version>1.2</version>
<authors>RaMMicHaeL</authors>
<owners>Redsandro</owners>
<summary>Unchecky aims to keep potentially unwanted programs out of your computer.</summary>
Expand Down

0 comments on commit 8bf4de1

Please sign in to comment.