Skip to content

Commit

Permalink
AU: 5 updated - dropbox GoogleChrome poi vim youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 31, 2021
1 parent 2a2ea9c commit 29c2236
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
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": "119.3.1762-beta",
"stable": "118.4.460"
"beta": "120.3.4545-beta",
"stable": "119.4.1772"
}
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>119.3.1762-beta</version>
<version>119.4.1772</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 = '119.3.1762'
$version = '119.4.1772'

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%20119.3.1762%20Offline%20Installer.exe'
checksum = 'e2757ba11724e4ed0dd03bba24628961c37f366a3732c74978ff01b691bb0758'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20119.4.1772%20Offline%20Installer.exe'
checksum = '8a5774ed2a4c38081194a66b1505785fed9b3aef80e6054daecf4c40b8f878cd'
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>89.0.4389.90</version>
<version>89.0.4389.114</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 = '89.0.4389.90'
$version = '89.0.4389.114'
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 = '2b321d8d5807fd83e0752adefdcb75a55ec3cac47d261eeeae07542b1431136f'
checksum64 = 'e25d61848a5223d635115c12e6ba3a21845d71cfb5981a4bf4dffe267a8cdca0'
checksum = '011ee932a08cc5a35078a132782768f8078a0ebbe8da77e59ce1f0e59e4c719c'
checksum64 = '52adad108644840319ee8abaca810f9c11f747ed02e76766b4bf374bbaeeef08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/poi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the github release page on <https://github.com/poooi/poi/releases>
and can be verified like this:

1. Go to <https://github.com/poooi/poi/releases/download/v10.6.0/poi-setup-10.6.0.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.7.0-beta.1/poi-setup-10.7.0-beta.1.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: E13D77B7C3434F22621602541324E407E4E9C97DF45C996789646C0EF7BEA42F
checksum: 760E5403E9E07BC9684A5CDC8F638786FFB569B27155C3A10914190397F826D2

File 'LICENSE.txt' is obtained from <https://github.com/poooi/poi/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/poi/poi.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>poi</id>
<version>10.6.0</version>
<version>10.7.0-beta1</version>
<owners>chocolatey-community, drelatgithub</owners>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/poi</packageSourceUrl>

Expand Down Expand Up @@ -39,7 +39,7 @@ More information could be obtained [here](https://github.com/poooi/poi/blob/mast
- Daily equipment improvement list for Akashi's Arsenal
- Multiple panels for other DMM games
]]></description>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.6.0</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.7.0-beta.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/poi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\poi-setup-10.6.0.exe"
file = "$toolsDir\poi-setup-10.7.0-beta.1.exe"

softwareName = 'poi*'

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.2677/gvim_8.2.2677_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2677/gvim_8.2.2677_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2679/gvim_8.2.2679_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2679/gvim_8.2.2679_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: CBAEBE758B3EC2B47C20BD8F03E2912943CDAAD685A816BFB8A2E815D6834E8F
checksum64: 6A5309D3CD5842796C687390311F22C0D2785A1E1B3CADCE543B9C0E38B5F019
checksum32: C0B8D89DEF08D0B515C69356C0B43F910669E113D641B4A306604F3011A374B6
checksum64: 13871B2632F16EDEC5D1B399DE86EE6287855847CC7C4851D5F500CA26234E7B
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.2677_x86.zip"
file64 = "$toolsDir\gvim_8.2.2677_x64.zip"
file = "$toolsDir\gvim_8.2.2679_x86.zip"
file64 = "$toolsDir\gvim_8.2.2679_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.2677</version>
<version>8.2.2679</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
2 changes: 1 addition & 1 deletion automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 0d8914ee7dcc7c611a10825f85576b365f328cd7ab5fa787cf2e7da4ac1abd8eb4d099a124e044fef2acff4f30f11604f9a879c24a421a5378cef10b6a4067e4
checksum: c397f3dd6357449de391b5aa15de0f935c3911d1a4fbf3b477339b93e4c0fc21be5e7f0f5838e07db2a95f91964b8ab683047f339d29e5f5924a1e82ed14e2e3

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2021.03.25</version>
<version>2021.03.31</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 29c2236

Please sign in to comment.