Skip to content

Commit

Permalink
AU: 2 updated - chromium rufus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 17, 2018
1 parent 006013d commit 7cf645c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "71.0.3554.0-snapshots",
"snapshots": "71.0.3555.0-snapshots",
"stable": "69.0.3497.92"
}
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>71.0.3554.0-snapshots</version>
<version>71.0.3555.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/591572/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/591575/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/591635/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/591635/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: E98F055167A513FF11C1CDDD5C94AF7D1B56AF5C3A8C1EC08585EF86874D1D2A
checksum64: 6B555AC18F848E6B295AB4A91E002A33C6CF6F78327D6EACC80A07D585441A1B
checksum32: 0177DABD5A1C2CC98C51460FFE2E9A847EE6B415A1DF088CA5859C6FB7C2DA9F
checksum64: 8ED07AE443D7F677196C2C9E38C99321CCD14915C172B4291DB6478A42C102E3

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.3554.0-snapshots"
$version = "71.0.3555.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus/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: http://rufus.akeo.ie/downloads/rufus-3.2.exe
x32: http://rufus.akeo.ie/downloads/rufus-3.3.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: 20200F35F4485462CC32520A8E0DF57DFBC648F6236C15268A5DA19DB90EB6F7
checksum32: 45BD13CA54F037A5BA70A60BFC4A72E65E42A45445AB092B1A712C3169A2D93E


File 'license.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus/rufus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>rufus</id>
<version>3.2</version>
<version>3.3</version>
<title>Rufus</title>
<authors>Pete "Akeo" Batard</authors>
<owners>chocolatey, dtgm</owners>
Expand Down

0 comments on commit 7cf645c

Please sign in to comment.