Skip to content

Commit

Permalink
AU: 7 updated - chromium googlechromebeta ruby ruby.install ruby.port…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 30, 2022
1 parent 6bf4e6c commit eb457c9
Show file tree
Hide file tree
Showing 21 changed files with 44 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": "111.0.5507.0-snapshots",
"snapshots": "111.0.5508.0-snapshots",
"stable": "108.0.5359.125"
}
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>111.0.5507.0-snapshots</version>
<version>111.0.5508.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/1087527/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1087528/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1087652/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1087652/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: F8A5AF48F160FF80376CDBBBF003BF52B3D24BD6DAB8F58A4A629EF5EEF38A08
checksum64: 72A6B451CF2640EF36C8EEC3B85723C015E079BCD93D9C91F6B5B19CD25BC0A9
checksum32: 4606BF41FAC1599FD39D87ED3EB45792989B52C005A71F0C54356A437E9C3A31
checksum64: A6AF455F0B6F23A8C26FC22B4A04B918A55B6EC190D95A7198F1B90372925E9F

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 = "111.0.5507.0-snapshots"
$version = "111.0.5508.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>109.0.5414.46-beta</version>
<version>109.0.5414.61-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '109.0.5414.46-beta'
$version = '109.0.5414.61-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'd4658bcccb3448c4badae7500a221542e80fa352ac3ed3bb613eda9384cb4994'
checksum64 = '8d304be6766dc52d2f8d0022503bfd78645c21dd50d5b07041e362f6a217bd91'
checksum = 'b37f2daf01a73a3a60b1a00c0cec6b0f452967c714f9e0e3d18c03fd43b42cf0'
checksum64 = 'aa216e9a790f4294f76966b4b187d5da4ef6f1e836a4d7650eb24c2dc90ca522'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.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
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-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: 6FD65DCB14C136A510C2F76856DCBD4B08C5BAAD875A17182969308B9ED1D191
checksum64: 501B4324D8CA4AA094FB492B52D175DC720144F16E93CB8563D60342B40E7A6C
checksum32: E045579BCE609427C7F9D49191A090299AA9DCB9130E421AA89C38DA296C375C
checksum64: 50AAD95C66C0F9BD28C45709D5F4AEA32EC6FD92403B265BC02EB4C078B3EE3D

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-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 @@ -7,5 +7,6 @@
"2.4": "2.4.10.100",
"2.3": "2.3.3",
"2.2": "2.2.6",
"2.1": "2.1.9"
"2.1": "2.1.9",
"3.2": "3.2.0.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.1.3.1</version>
<version>3.2.0.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.3-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.1.3-1-x64.exe"
file = "$toolsPath\rubyinstaller-3.2.0-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.2.0-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.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
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-1-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-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: 02779660783AC142D30FDCFA5E5B9FF13688424A991D97AAF1EB54F20BBB4DFF
checksum64: 727080E81CEE2146CFD723A5BB6146B1E75327824EB49E0F2DFD5AC11FB150FC
checksum32: 20729DEB61871DCD4724890FD0A1D9CB66C5068ACD1FFCEBB083B90D9FE5F869
checksum64: C89A52859E9B008F73AD2BB2BCE57B70B40ED90CCCE68EEFE16E49803BBB2C41

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x64.7z
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-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
@@ -1,5 +1,6 @@
{
"3.1": "3.1.3.1",
"3.0": "3.0.5.1",
"2.7": "2.7.7.1"
"2.7": "2.7.7.1",
"3.2": "3.2.0.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.3.1</version>
<version>3.2.0.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.3-1-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.1.3-1-x64.7z"
File = "$toolsPath\rubyinstaller-3.2.0-1-x86.7z"
File64 = "$toolsPath\rubyinstaller-3.2.0-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 @@ -7,5 +7,6 @@
"2.4": "2.4.10.100",
"2.3": "2.3.3",
"2.2": "2.2.6",
"2.1": "2.1.9"
"2.1": "2.1.9",
"3.2": "3.2.0.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.1.3.1</version>
<version>3.2.0.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.3.1]" />
<dependency id="ruby.install" version="[3.2.0.1]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3051.0</version>
<version>10.0.3052.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'bdc5a1389b702e88d7f2fdaf46b4fe01fc1e99c28c72e684229908de3b2d7933'
checksum64 = 'bd34d625ce189fcc06264a37b1958d2d0ba1bdce9e098edb707fbcbe4ef9f7c2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.1107/gvim_9.0.1107_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1107/gvim_9.0.1107_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1108/gvim_9.0.1108_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1108/gvim_9.0.1108_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: F9514B65A05EE3122F3A939346AAA863BB1BA1FF53F1841950ED4A80F372134E
checksum64: 63430B0C691AD664C17F1A2A6AC0639B0828C19E12ED99E62C2F7D16950BC409
checksum32: 21A0DE802762CC76F0925A884C0FFC87DCC010586A3C0DE4B72F061F1D824F21
checksum64: 6704FF6D5A6B80AD50AB9F96D95A7616DE7872DD85C951A97A105B8DCBA2DD42
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.1107_x86.zip"
file64 = "$toolsDir\gvim_9.0.1107_x64.zip"
file = "$toolsDir\gvim_9.0.1108_x86.zip"
file64 = "$toolsDir\gvim_9.0.1108_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.1107</version>
<version>9.0.1108</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 eb457c9

Please sign in to comment.