Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox GoogleChrome vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 31, 2023
1 parent e4feb87 commit 29e3498
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 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": "116.0.5801.0-snapshots",
"snapshots": "116.0.5803.0-snapshots",
"stable": "113.0.5672.127"
}
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>116.0.5801.0-snapshots</version>
<version>116.0.5803.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/1150322/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150332/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1150826/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150797/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: DD5354DC62BC61D95B9A2C5FC7025B8E634587F25A2297362D122B50A86DAD53
checksum64: 55AD2C6D5B784077AD1AAF5C44A568DE1F1AFEB6BA1E24ADCBE198186201A225
checksum32: F615744AE3A742BAEC0F52E837836BA11DFADA47C34877A712BF4171970C8D10
checksum64: 4FC9461CF05EF0BC0A4063D8703B7A41D0EEA9FCDBA9595C0DEE6343A7539C18

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 = "116.0.5801.0-snapshots"
$version = "116.0.5803.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "175.3.5544-beta",
"stable": "174.4.5852"
"beta": "176.3.5024-beta",
"stable": "175.4.5569"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>175.3.5544-beta</version>
<version>175.4.5569</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '175.3.5544'
$version = '175.4.5569'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.3.5544%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.3.5544%20Offline%20Installer.x64.exe'
checksum = '8d36ad06c5dc81ec140704df977e7bf8684b65cd362d59df752cab0b9a4bd709'
checksum64 = '343d59813a9f6c1daa55ba991d280f56a0d02a2b1ceb8e7ac24b09c56113e39a'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.4.5569%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.4.5569%20Offline%20Installer.x64.exe'
checksum = '240f337c534888ff17bcf816abad93f25edb5a0cb5610964362a9e63080f389a'
checksum64 = '76dd58df3807c38bbd98912c3f95fde870daa81b30b986d8ca14fa684fe7eca9'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>113.0.5672.127</version>
<version>114.0.5735.91</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '113.0.5672.127'
$version = '114.0.5735.91'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'e4985fe4b57131274a0fdca137c42a0bd0c1b3197d3565d6f131f2f7f2700f53'
checksum64 = 'd4de50407b00d2b745e71632778122a31d81a4a625efc2a6266ac478cc708e3e'
checksum = 'c3a4497416bbdec2cf35de51a3137636e5a92a15884eb22c2f50141f528e93fb'
checksum64 = '311d3ea8c9d1dd3aa0a37353eb45af8c7b1370db8295222bb99d7caa452eee4c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function global:au_SearchReplace {

function global:au_GetLatest {
$release_info = Invoke-WebRequest -Uri $releases -UseBasicParsing
$version = $release_info | % Content | ConvertFrom-Csv | % current_version
$version = $release_info | ForEach-Object Content | ConvertFrom-Csv | ForEach-Object current_version

@{
URL32 = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
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.1591/gvim_9.0.1591_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1591/gvim_9.0.1591_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1592/gvim_9.0.1592_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1592/gvim_9.0.1592_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: 6A690BC8D225904738BC145740BCC586F69C8DD47986452ED8A62FCDD5E4F172
checksum64: A9FE16675A07C5CDA2B0F63FEE72993FF69863E79AB5DF6996E2CA7B5DF578DD
checksum32: D67FC6575C037553F0E7C00FE17A379ECD2105A47861CC201E329B25538465C0
checksum64: 5A11C29028DC3709B688DE577829DB98DB038F4C1E02406ED4D876EE6BF9192F
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.1591_x86.zip"
file64 = "$toolsDir\gvim_9.0.1591_x64.zip"
file = "$toolsDir\gvim_9.0.1592_x86.zip"
file64 = "$toolsDir\gvim_9.0.1592_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.1591</version>
<version>9.0.1592</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 29e3498

Please sign in to comment.