Skip to content

Commit

Permalink
AU: 5 updated - 1password dropbox GoogleChrome maxima vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 26, 2021
1 parent 9026867 commit 55476ae
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.7.805-BETA",
"OPW": "7.7.805",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.7.805-BETA</version>
<version>7.7.805</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.805-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.805.exe'
softwareName = '1Password*'
checksum = '766aed776ffa89d8e55b6a0159001c791662479ed734d2d848a644759a2d0f9d'
checksumType = 'sha256'
Expand Down
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": "123.3.4825-beta",
"stable": "122.4.4867"
"stable": "123.4.4832"
}
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>123.3.4825-beta</version>
<version>123.4.4832</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 = '123.3.4825'
$version = '123.4.4832'

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%20123.3.4825%20Offline%20Installer.exe'
checksum = '49b53f415ece2bb0c2daf14aa09cafaa9de57e5e6cd6ce701509a9f30f910f6f'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20123.4.4832%20Offline%20Installer.exe'
checksum = '5ad495377527400e5f972e822c3562383806626d8599c55efd432be39b246903'
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>90.0.4430.212</version>
<version>91.0.4472.77</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 = '90.0.4430.212'
$version = '91.0.4472.77'
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 = '319f63d540e8275b0a448d07a9fd8d273422162b88091f1c1b1992df50d61973'
checksum64 = 'd23a84a287fd2c547447b88afcd407c88e4680b65914476ffcd6d62eee679553'
checksum = '1d4b83c935a596f172b54981aa95c9e0a8af0a9e15eb980581bb536bdee04f04'
checksum64 = 'fca705f1f08f7aa96322e8a8d1929ba08006aa2a62113dcad1e4a269bfbced61'
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/maxima/maxima.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>maxima</id>
<version>5.44.0</version>
<version>5.45.0</version>
<title>Maxima</title>
<owners>chocolatey-community</owners>
<authors>Macsyma group at Project MAC and volunteer contributors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/maxima/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win32.exe/download'
url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win64.exe/download'
url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.0-Windows/maxima-5.45.0-win32.exe/download'
url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.0-Windows/maxima-5.45.0-win64.exe/download'
softwareName = 'maxima*'
checksum = 'f0d9cbb8b639d75f1972cdab070fe8670a5375c7110e0c3a89f9d1f426653c93'
checksum = '394ae838a1e35e9e7e86b7bedf786e89790834cb9fed14d64c0e537db0dda637'
checksumType = 'sha256'
checksum64 = '14fca2a76d0307f8f5955cd43defe975fa55abd13a9aa32e854bf1b51c7d8af1'
checksum64 = '068c2c6628fcf6479a686b97a3c0c6a010b0e821b987cf1ad88438c6b5a78e02'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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.2885/gvim_8.2.2885_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2885/gvim_8.2.2885_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2886/gvim_8.2.2886_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2886/gvim_8.2.2886_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: D0CD43473133722482B3493A81350DE53E9DEE179ABF4E444A783882FBF84F5E
checksum64: A89A876EF0925AA23B11DDF86CDB66542A37CB00395FEB4F5CE24B99A8B4261A
checksum32: CA74DB617A3AB62D956F46383D0EA0FCE10C215F9BF7EAFEA84F9C64CC9CEDF1
checksum64: 3DD7249F63844600C5A058D62FAFEC26B57AA5424E2795A9ECCABF0E398E658F
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.2885_x86.zip"
file64 = "$toolsDir\gvim_8.2.2885_x64.zip"
file = "$toolsDir\gvim_8.2.2886_x86.zip"
file64 = "$toolsDir\gvim_8.2.2886_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.2885</version>
<version>8.2.2886</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 55476ae

Please sign in to comment.