Skip to content

Commit

Permalink
AU: 8 updated - chromium dropbox gnupg owncloud-client python python3…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 22, 2020
1 parent c82ad32 commit d10c3ee
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 40 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": "89.0.4363.0-snapshots",
"snapshots": "89.0.4364.0-snapshots",
"stable": "87.0.4280.88"
}
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>89.0.4363.0-snapshots</version>
<version>89.0.4364.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/838591/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/838593/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/838704/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/838718/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: 1CDD5B668ACC61187F3CE5F30650CFD6D9482B1AC4A3EBB02D6C4C9666E3F3AF
checksum64: 80D7F498108956D9B57714F97110D8149FA43847F9FFC2C0E55C57BDB7B276A0
checksum32: 325C3183B818A1AF0F62E09F1A01A890FEC18BDDA18C584DCBCF1B6272B69172
checksum64: 4452FF9CCF3DCF6B4291B0BA55EE0E735AF34EE4886607E588C41F6D48212E71

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 = "89.0.4363.0-snapshots"
$version = "89.0.4364.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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": "112.3.293-beta",
"beta": "113.3.427-beta",
"stable": "112.4.321"
}
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>112.4.321</version>
<version>113.3.427-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 = '112.4.321'
$version = '113.3.427'

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%20112.4.321%20Offline%20Installer.exe'
checksum = 'c7c062797391e48db06a11e38692b98f6ea6edb56ab23ed107bd6f890207dcaf'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20113.3.427%20Offline%20Installer.exe'
checksum = '3c8069079ebc9ef09997c02e9f1d3da74f0f025e6c7a401bb1adbf4414bbcdfc'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.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>gnupg</id>
<version>2.2.25</version>
<version>2.2.26</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.25_20201123.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.26_20201221.exe>
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
checksum32: 1AC8FF6BCD5A5A66CD14ABE448E5BE2627A82B770F3CAADC3852FDABCE89D511
checksum32: A194559CC4F2CF857EC93C49C3EBA7D78F3A99C11347070D61363EE01B44CD55

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.2.25_20201123.exe"
file = "$toolsDir\gnupg-w32-2.2.26_20201221.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://owncloud.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/2.7.3.2877/win/ownCloud-2.7.3.2877.x64.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/2.7.4.2934/win/ownCloud-2.7.4.2934.x64.msi>
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
checksum: 984C6AB66F5234C867C0C37729E6BE0E678CA2E3D664003D137AEB99C04A4F59
checksum: CCE8A7535BAD5F03C5A19D715E51299F12F310C42A0F80C3861C19220953A952

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>2.7.3.2877</version>
<version>2.7.4.2934</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</owners>
<authors>ownCloud developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-2.7.3.2877.x64.msi"
file = "$toolsPath\ownCloud-2.7.4.2934.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8.20200110",
"3.7": "3.7.9",
"3.8": "3.8.6",
"3.8": "3.8.7",
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
}
4 changes: 2 additions & 2 deletions automatic/python/python.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>python</id>
<version>3.9.1</version>
<version>3.8.7</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.9.1]" />
<dependency id="python3" version="[3.8.7]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe
x64: https://www.python.org/ftp/python/3.9.1/python-3.9.1-amd64.exe
x32: https://www.python.org/ftp/python/3.8.7/python-3.8.7.exe
x64: https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe

to download the installer.

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: CE469E937B1293BAE7FBF81D0A3D43623C06C8C38DFC9F4A68C6B237CFD50A9F
checksum64: 9DB77E7282945D3409ABC2A43142AE0F0B829F1656BED07BC18526E765F05F86
checksum32: 6DBA69E974634AD1EEBDC289C78AB48970913E93C81DEC90635963ABD6555370
checksum64: B8D539D67A9C97A1ACC30DC871821D140C383F160D8A1CD3B5A1A5A0D351AF68

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8-rc1",
"3.7": "3.7.9",
"3.8": "3.8.6",
"3.8": "3.8.7",
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.9.1</version>
<version>3.8.7</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.9.1.exe"
file = "$toolsPath\python-3.8.7.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.9.1-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.8.7-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
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.2173/gvim_8.2.2173_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2173/gvim_8.2.2173_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2184/gvim_8.2.2184_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2184/gvim_8.2.2184_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: AD1476E9F3EB185F7608ACF384FFBB0EE780285A2811D8D0EB533901B4B4C38A
checksum64: A49FEF2ECF9929C8A1EE879A8C7836DB57A7CC54D631D98698217000DBE41447
checksum32: B34218BF6E2C052E59ED20015AADA2E5340AAD6C1C76F85B53C22021A06B1D20
checksum64: 4DF2CFB5E8A484ACD209B5C7733E98364CF23F2AA3038D6648D0AE733FEBDD3A
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.2173_x86.zip"
file64 = "$toolsDir\gvim_8.2.2173_x64.zip"
file = "$toolsDir\gvim_8.2.2184_x86.zip"
file64 = "$toolsDir\gvim_8.2.2184_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.2173</version>
<version>8.2.2184</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: da42931b9512fa073e038828afd4706eb352a702293f2e8ff29666ac29de46ef638be717f380194484effad9d725864df10f43909ac27cac7e6c5f156a80c2ea
checksum: 0102f83cf970876ed1a5248f494de85a67cab9295ee9c73f6cd56992fc736b51a393bbd056a8f42ad610e3dae2e672d0265b9c266c6fcac374ba91d157aa9634

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>2020.12.14</version>
<version>2020.12.22</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit d10c3ee

Please sign in to comment.