Skip to content

Commit

Permalink
AU: 2 updated - chromium everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 7, 2017
1 parent d35644c commit 07a8f78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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>61.0.3123.0</version>
<version>61.0.3124.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '61.0.3123.0'
$version = '61.0.3124.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/477194/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/477188/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/477549/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/477549/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'df4e0045a529a911a4017b82198bc65d'
checksum = 'f58beda944877f3cd97b3906cb910c82'
checksumType = 'md5'
checksum64 = '361028df764e150f53661ff54b97eaea'
checksum64 = 'ff8a1a1a1c3953d9b5cd55751062e8a9'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/everything/Everything.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>everything</id>
<version>1.4.1873</version>
<version>1.4.1877</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.873b.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.873b.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.877.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.877.x64-Setup.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: E8F5EC3D0805B4B68670804548567AD2FDD6D6612B47EDEF4C6D9F5FF38BB23B
checksum64: 1504D4DEBA461F7B59CCB3AEB2BD87187DC25E39B69FD5F4F34B8C16E57DC454
checksum32: 7F5A7CBFE72EB23E6570999AEAA198772DD71FF2C29F16BA527A091A2A1A91DD
checksum64: 47ED32D5D5FF3CE2FD3C166666F9D4294EE2893158902D6797F0EEFB3CB0DC7F
checksum es.exe: D6E40B993E819FEF57FE3C2975A89A9A979FC99668A96DD72D299152AD783EE3

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.873b.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.877.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down

0 comments on commit 07a8f78

Please sign in to comment.