Skip to content

Commit

Permalink
AU: 2 updated - chromium ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2019
1 parent 3af648d commit 4effef6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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": "74.0.3689.0-snapshots",
"stable": "71.0.3578.98"
"snapshots": "74.0.3690.0-snapshots",
"stable": "72.0.3626.81"
}
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>74.0.3689.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>72.0.3626.81</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/627372/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/627373/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.81-r612437-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v72.0.3626.81-r612437-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: 7D1D223953D80A9A9602C6D257E18F1D07D8B3670B9E2C6604D48B12F8E7A5A6
checksum64: ED01365A7D520E6D4EA37FEAE146CAA088C62CB9E5F6E4CD57940C8442222701
checksum32: C25FDC93216D8BF000B62E2EB2808B797EF1093F09700E537C53F668967AE9C6
checksum64: 3D0E493425D6A0A94D40D4D1680A405847938A36C99464C6C6B2CD7CAEC10337

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 = "74.0.3689.0-snapshots"
$version = "72.0.3626.81"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.3-1/rubyinstaller-2.5.3-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.3-1/rubyinstaller-2.5.3-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.1-1/rubyinstaller-2.6.1-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.1-1/rubyinstaller-2.6.1-1-x64.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: 97D83FDF7DE818B331A36180815DDD1761B4056D23B4C9C6F19063EFE874BFBB
checksum64: 4B571413F0814EC28D53CDBC90A5BBA7BCD3F57279D8E1DD9B8382E3A210FE76
checksum32: BA220373A31FB1A62BD88A20043E5D80BC5457C5A4552DF450EAA61AEFD25574
checksum64: 53E720D866337D9289C457E97BFDB44FC70ED7E42A3DCB8DBB43F7E93147614D

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.3-1/rubyinstaller-2.5.3-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.1-1/rubyinstaller-2.6.1-1-x64.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby</id>
<version>2.5.3.101</version>
<version>2.6.1.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down

0 comments on commit 4effef6

Please sign in to comment.