Skip to content

Commit

Permalink
AU: 4 updated - chromium ruby ruby.install ruby.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 30, 2024
1 parent eb4bb19 commit 443cca7
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 28 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": "133.0.6928.0-snapshots",
"snapshots": "133.0.6929.0-snapshots",
"stable": "131.0.6778.205"
}
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>133.0.6928.0-snapshots</version>
<version>133.0.6929.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1400842/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1400926/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
checksum64: 0E0DD41D6359B0991292BC42CE8D86AF02956F1D2440E0428E72C121313C18C7
checksum64: 58A5EA17DA25BDE482A3C2D387EFE16330D2CFF24C38CCF28041513F94FD701D

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '133.0.6928.0-snapshots'
$version = '133.0.6929.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1400840/mini_installer.exe'
checksum = '1211B35146208BFBB7E40522E41EABE94A1C63EAF41F888F24B058CCCA860AD6'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1400926/mini_installer.exe'
checksum = '43655316AA2ADD65E47544EAD1CDD3527660448E1286CBFD53495A13AC12E837'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby.install/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-3.3.6-2/rubyinstaller-3.3.6-2-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.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: 69D4842CF059F567DA40D50E378B67CF8241B9F14416B2E8DF1286E909E47F04
checksum64: 4106C61D3CD9B65226F84CC44A46A4141F7B1CF75C40926A14791C8420D1FAAE
checksum32: 4C340DF47D3630427405A89B8C4E7E146DD7E5D8269560CBC00C7D84264F21ED
checksum64: C3E77DB0EE97B387597383A2869F19E618EB9830CCDA0B9720265B87DDA5D26E

Using Chocolatey AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt
3 changes: 2 additions & 1 deletion automatic/ruby.install/ruby.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"2.2": "2.2.6",
"2.1": "2.1.9",
"3.2": "3.2.6.1",
"3.3": "3.3.6.2"
"3.3": "3.3.6.2",
"3.4": "3.4.1.1"
}
2 changes: 1 addition & 1 deletion automatic/ruby.install/ruby.install.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.install</id>
<version>3.3.6.2</version>
<version>3.4.1.1</version>
<title>Ruby (Install)</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ruby.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Write-Host "Ruby is going to be installed in '$installDir'"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\rubyinstaller-3.3.6-2-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.3.6-2-x64.exe"
file = "$toolsPath\rubyinstaller-3.4.1-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.4.1-1-x64.exe"
silentArgs = '/verysilent /allusers /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',')
validExitCodes = @(0)
softwareName = 'ruby *'
Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby.portable/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-3.3.6-2/rubyinstaller-3.3.6-2-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.7z

to download the archives.

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: 960FBC3F64191CDAD58023AA9B59A3CBFA7F63530D1635F14C0B173643E92118
checksum64: 85CC68618B615D37C97FE71547AD875A80E25C34CB4593A82075A09B595864B6
checksum32: 7D8045A8C8D7EBD79D988E09A1FED123C344084DDFE73CFFC9ABB9FE7AEA156C
checksum64: 7C32FE445F9A4047FD770AB6862126D69D98C44935BC120B841F93D474711B9A

Using Chocolatey AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-1/rubyinstaller-3.4.1-1-x64.7z

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt
3 changes: 2 additions & 1 deletion automatic/ruby.portable/ruby.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"3.0": "3.0.6.1",
"2.7": "2.7.7.1",
"3.2": "3.2.6.1",
"3.3": "3.3.6.2"
"3.3": "3.3.6.2",
"3.4": "3.4.1.1"
}
2 changes: 1 addition & 1 deletion automatic/ruby.portable/ruby.portable.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.portable</id>
<version>3.3.6.2</version>
<version>3.4.1.1</version>
<title>Ruby (Portable)</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ruby.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
File = "$toolsPath\rubyinstaller-3.3.6-2-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.3.6-2-x64.7z"
File = "$toolsPath\rubyinstaller-3.4.1-1-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.4.1-1-x64.7z"
Destination = "$toolsPath\ruby"
PackageName = $env:ChocolateyPackageName
}
Expand Down
3 changes: 2 additions & 1 deletion automatic/ruby/ruby.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"2.2": "2.2.6",
"2.1": "2.1.9",
"3.2": "3.2.6.1",
"3.3": "3.3.6.2"
"3.3": "3.3.6.2",
"3.4": "3.4.1.1"
}
4 changes: 2 additions & 2 deletions 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>3.3.6.2</version>
<version>3.4.1.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -34,7 +34,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo
<releaseNotes>https://www.ruby-lang.org/en/downloads/releases/</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg</iconUrl>
<dependencies>
<dependency id="ruby.install" version="[3.3.6.2]" />
<dependency id="ruby.install" version="[3.4.1.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 443cca7

Please sign in to comment.