Skip to content

Commit

Permalink
AU: 6 updated - chromium dropbox GoogleChrome mkdocs smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 3, 2023
1 parent 2c6e32c commit 1f15bbf
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 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": "115.0.5747.0-snapshots",
"snapshots": "115.0.5748.0-snapshots",
"stable": "112.0.5615.138"
}
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>115.0.5747.0-snapshots</version>
<version>115.0.5748.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/1138198/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1138216/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1138579/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1138620/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: 88F643FDC2F32A874153A9F628A4667CB1A168B554B06508A8F2F867D410FD17
checksum64: 72A7AD14BEECCCD9A651773626207002B6A201B1E10C7CEA7BA9D08C0F62F243
checksum32: 78FE3A474F575138D997A77F2C7AC3A4AC2FD8CB2EE2964B3169B2729D78DD28
checksum64: CA03DD1EF490E942F53C3384A0A8A0225477AF84942777DA6AE9F3E889B35429

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 = "115.0.5747.0-snapshots"
$version = "115.0.5748.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": "173.3.6655-beta",
"stable": "172.4.7555"
"beta": "174.3.5690-beta",
"stable": "173.4.6706"
}
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>173.3.6655-beta</version>
<version>173.4.6706</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 = '173.3.6655'
$version = '173.4.6706'

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%20173.3.6655%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20173.3.6655%20Offline%20Installer.x64.exe'
checksum = '606feb00a299393804853a6deb20758d98385e57d6becc449bc37fae02770543'
checksum64 = 'ff234b41f23f612975f5cc5b93eaf5fb405d1381af9e5c9eccac6d871488bc9d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20173.4.6706%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20173.4.6706%20Offline%20Installer.x64.exe'
checksum = '8d496df01e5fd7efee2347dcbb39a4f725d1be8c92ef76b2f72a8eabb43ab20c'
checksum64 = '64461c12ac05b2eea52987dc6243abe84e3e2b0f2f3032bc1b965a046a145c61'
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>112.0.5615.138</version>
<version>113.0.5672.64</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 = '112.0.5615.138'
$version = '113.0.5672.64'
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 = '35c10bdc56ab894166cc3e4232e9c582c769583dbf496c81e07d3a4032d0a580'
checksum64 = 'f3dea4e71c70fcd7f176cc03d64d50f544355ad1a2acfe2bf092ad2f3787433a'
checksum = '089f8490ea1f5a39a988793a384450d64f497f2da68b04bc2594931a05e51b7f'
checksum64 = 'a146aa58d353a82337ce523cf1ca7452671ec82768d1459a6c63a0209f07ff30'
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/mkdocs/mkdocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs</id>
<title>MkDocs</title>
<version>1.4.2</version>
<version>1.4.3</version>
<authors>Tom Christie</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://www.mkdocs.org</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '1.4.2'
$version = '1.4.3'

$proxy = Get-EffectiveProxy
if ($proxy) {
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.3100.0</version>
<version>10.0.3101.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 = 'a5d144b20a437d5061ee69feb8ec4b5f926be3c7093aebab10fa16a457d0d945'
checksum64 = '32871814c0e2a116ec5f5899f94ca6071630468ec7450a283e37ad3317c2ab61'
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.1504/gvim_9.0.1504_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1504/gvim_9.0.1504_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1506/gvim_9.0.1506_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1506/gvim_9.0.1506_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: 91815E69026417C63BB7A1E5761A77A459DF22D267DC4CEA8780363302D6BDCD
checksum64: F7CA68E943D983170135D6588C1FA1D048A310CCC8484D52ECD5D1CFC6D5FD17
checksum32: CF0E00A1B3695008156F4CA9F883D93F95279F23F1149A99520D8D340603DECF
checksum64: 0264337D34C44C5FAA286F95B2E8ECE52A3CC68C27856271293F2EF245A93AEA
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.1504_x86.zip"
file64 = "$toolsDir\gvim_9.0.1504_x64.zip"
file = "$toolsDir\gvim_9.0.1506_x86.zip"
file64 = "$toolsDir\gvim_9.0.1506_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.1504</version>
<version>9.0.1506</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 1f15bbf

Please sign in to comment.