Skip to content

Commit

Permalink
AU: 5 updated - dropbox GoogleChrome tixati tixati.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 25, 2021
1 parent 35e9509 commit 6c5578a
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "125.3.3472-beta",
"beta": "126.3.4577-beta",
"stable": "125.4.3474"
}
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>125.4.3474</version>
<version>126.3.4577-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 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 = '125.4.3474'
$version = '126.3.4577'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20125.4.3474%20Offline%20Installer.exe'
checksum = '9051bfd4d7800ffd772cd8dac9caa78746252ed24acc43172848784c434a76cc'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20126.3.4577%20Offline%20Installer.exe'
checksum = '9424a058cd1cb7f81c6b7cd90d152275faa0faa6e84ec29ddf6db9cbcb25fd22'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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>91.0.4472.114</version>
<version>91.0.4472.124</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 = '91.0.4472.114'
$version = '91.0.4472.124'
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 = '520c803171be9a96c10146c4d4153032260b94939f581a1ccf53630b00a6a323'
checksum64 = 'a3c11df8bc6056bf2d8259a27b0f6e96d676f9d3d05dab679af5b247b3cc0f66'
checksum = 'f2808f2ef523baa1b652ee8e92452fdd1f23cf0adf2336c3c97e78f1ac766795'
checksum64 = '72fb89f33b33ca98967468531da4d6ee19b16a135451ac03d99dc118316c57f5'
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/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.83</version>
<version>2.84</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-2.83-1.portable.zip'
checksum = 'c914b1b0cc88d2f6727fa64f793f4f788c9f3eafe84e8d828cef5203046e1f24'
url = 'https://download2.tixati.com/download/tixati-2.84-1.portable.zip'
checksum = '6a10f730123628c4aa7d230f6a1353942d9e23bc5c2c250b8be8fff3fa675db7'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>2.83</version>
<version>2.84</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$packageName = 'tixati'
$fileName = 'tixati-2.83-1.install.exe'
$fileName = 'tixati-2.84-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-2.83-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.83-1.win64-install.exe'
checksum = '5c5fe1e5635124e91865529eb111a2ff73f87ed6d3c4aac9a6c72921ecb72302'
checksum64 = 'eff300f6e9bcdddda5b70cb352100d330504cddb7ec5bf63ffdcfb8bcf704d1f'
url = 'https://download1.tixati.com/download/tixati-2.84-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.84-1.win64-install.exe'
checksum = '9649e0681252a27954c8ec173d7fc7a431370666945a765ed6c0d2c90f66cec6'
checksum64 = '5e8e6069657b27f8f36091263923eef195dfbed3ce719590a2bc16e9f5205839'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
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/v8.2.3043/gvim_8.2.3043_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3043/gvim_8.2.3043_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3046/gvim_8.2.3046_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3046/gvim_8.2.3046_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: 416FEA30CE9BBDC171CF6A2427D3CD8E53D8E365ACA207259B8A349967E215EE
checksum64: 0B59E066F8B3FB45B37BEC8B03CCEDBAD003219F23C07BA98804857FF17DD1DC
checksum32: 635AC9E62A0A5E7C8C18DE42E3D302159DA6C08D5DD48B0EBA8E23CBE7031CDF
checksum64: A088271BFF322EEEED119776958A18A36009CC2A7A12066EC25484D37D8DBC2D
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_8.2.3043_x86.zip"
file64 = "$toolsDir\gvim_8.2.3043_x64.zip"
file = "$toolsDir\gvim_8.2.3046_x86.zip"
file64 = "$toolsDir\gvim_8.2.3046_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>8.2.3043</version>
<version>8.2.3046</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 6c5578a

Please sign in to comment.