Skip to content

Commit

Permalink
AU: 5 updated - chromium ruby ruby.install ruby.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 28, 2022
1 parent 364a8db commit dfed6b5
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 41 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": "110.0.5444.0-snapshots",
"snapshots": "110.0.5445.0-snapshots",
"stable": "107.0.5304.122"
}
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>110.0.5444.0-snapshots</version>
<version>110.0.5445.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/1075963/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1075964/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1076017/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1076011/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: 355B29E50E0F3A53EC663C73514B8E25C972F3C4486F1B74F21244011927C076
checksum64: C8AC42994C176505D756CE75C4EE8D4D69C360EF68B9F940B15E672763BB46E2
checksum32: 508C68F74A60EB74EC49F4F57A60E4AC7D8E4FD43D46420E76E129BEBC3014C2
checksum64: E4238494A845A374438497E6DB540E67AB42FBD0B281D4FDAFB44F2F415BD1ED

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 = "110.0.5444.0-snapshots"
$version = "110.0.5445.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.1.2-1/rubyinstaller-3.1.2-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-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: A1550790DDC4B4155D028AE721A2B309A59314860EFDDA02F321548B267A6AAF
checksum64: FC96DFA66C1C09B0F28A6156754DA5A4A63EDD77F4EE15B27BFAB67F9871BB3F
checksum32: 6FD65DCB14C136A510C2F76856DCBD4B08C5BAAD875A17182969308B9ED1D191
checksum64: 501B4324D8CA4AA094FB492B52D175DC720144F16E93CB8563D60342B40E7A6C

Using AU:

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

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt
6 changes: 3 additions & 3 deletions automatic/ruby.install/ruby.install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"3.1": "3.1.2.1",
"3.0": "3.0.4.1",
"2.7": "2.7.6.1",
"3.1": "3.1.3.1",
"3.0": "3.0.5.1",
"2.7": "2.7.7.1",
"2.6": "2.6.10.1",
"2.5": "2.5.9.1",
"2.4": "2.4.10.100",
Expand Down
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.1.2.1</version>
<version>3.1.3.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.1.2-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.1.2-1-x64.exe"
file = "$toolsPath\rubyinstaller-3.1.3-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.1.3-1-x64.exe"
silentArgs = '/verysilent /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.1.2-1/rubyinstaller-3.1.2-1-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x64.7z
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-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: 33901D2750D7724BC02B00529601E155E8B4A72A85B82E188D0B140F66EEFFD4
checksum64: 637039C18DD4AD4A1FED326EED8CACA8A686B79CEE68BF6B85636BF9EC3A083C
checksum32: 02779660783AC142D30FDCFA5E5B9FF13688424A991D97AAF1EB54F20BBB4DFF
checksum64: 727080E81CEE2146CFD723A5BB6146B1E75327824EB49E0F2DFD5AC11FB150FC

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x64.7z
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x64.7z

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt
6 changes: 3 additions & 3 deletions automatic/ruby.portable/ruby.portable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"3.1": "3.1.2.101",
"3.0": "3.0.4.1",
"2.7": "2.7.6.1"
"3.1": "3.1.3.1",
"3.0": "3.0.5.1",
"2.7": "2.7.7.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.1.2.101</version>
<version>3.1.3.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.1.2-1-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.1.2-1-x64.7z"
File = "$toolsPath\rubyinstaller-3.1.3-1-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.1.3-1-x64.7z"
Destination = "$toolsPath\ruby"
PackageName = $env:ChocolateyPackageName
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/ruby/ruby.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"3.1": "3.1.2.1",
"3.0": "3.0.4.1",
"2.7": "2.7.6.1",
"3.1": "3.1.3.1",
"3.0": "3.0.5.1",
"2.7": "2.7.7.1",
"2.6": "2.6.10.1",
"2.5": "2.5.9.1",
"2.4": "2.4.10.100",
Expand Down
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.1.2.1</version>
<version>3.1.3.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.1.2.1]" />
<dependency id="ruby.install" version="[3.1.3.1]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0954/gvim_9.0.0954_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0954/gvim_9.0.0954_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0962/gvim_9.0.0962_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0962/gvim_9.0.0962_x64.zip>
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: B5E6E768091A1E9FA4521A8565FFB2EA952E2C4D46201F51567EAAF750A44170
checksum64: 3C1FA12058A80563BDBA6F74B389CC0C6AB9D1914E1467418C9F98DB662EB83F
checksum32: 898529C6D8390644B1EFE2FEECED56644AF8883D825C092748A43BBD361D5D33
checksum64: F9CD10B4286B168E52C436E2BEA0BC12FB0722935215F13589F74639BF355367
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0954_x86.zip"
file64 = "$toolsDir\gvim_9.0.0954_x64.zip"
file = "$toolsDir\gvim_9.0.0962_x86.zip"
file64 = "$toolsDir\gvim_9.0.0962_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0954</version>
<version>9.0.0962</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit dfed6b5

Please sign in to comment.