Skip to content

Commit

Permalink
AU: 8 updated - googlechromebeta python python3 sysinternals vim vsco…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 2, 2021
1 parent 957d8da commit a4084d9
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>89.0.4389.69-beta</version>
<version>89.0.4389.72-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/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.69-beta'
$version = '89.0.4389.72-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '79817eb460c21fcd5c5010499676aa0d0da55d640275587d598e8663e5558b47'
checksum64 = 'a55a277610ab2f3a3c75b53b090c9da6b673e77344ccf6e1ca8ba7392db57cac'
checksum = '3fd312d9805db97f0f144f2abb795b82ffbdcbb006398b79af1c468dff3b914f'
checksum64 = 'b6c28a4f3574e98afcc862184cb8aa19fc1fa98c9ebe52a2f513dfc0d8192c71'
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/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"3.7": "3.7.9",
"3.8": "3.8.8",
"3.9": "3.9.2",
"3.10": "3.10.0-a5"
"3.10": "3.10.0-a6"
}
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.2</version>
<version>3.10.0-a6</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.2]" />
<dependency id="python3" version="[3.10.0-a6]" />
</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.2/python-3.9.2.exe
x64: https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe
x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0a6.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a6-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: ACE8CD10AAC4E85BB4DA46045CA9210272E893C1E18B5A93083739C36BBA96B6
checksum64: BC95BCBB879006D2A3E5F8BEF6D7EC8B8E9368D4FE14E6CD4ABDF1CD5166BCC3
checksum32: 1DD0DAD9D9D6C8FB7228DD64C482CA197914D1246F0CE7B9839B4F470F84EC46
checksum64: 64A263C92159EDE7A3E26DA891C705232A68C689D1F4A28212FD5EDC693B2628

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 @@ -9,5 +9,5 @@
"3.7": "3.7.9",
"3.8": "3.8.8",
"3.9": "3.9.2",
"3.10": "3.10.0-a5"
"3.10": "3.10.0-a6"
}
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.2</version>
<version>3.10.0-a6</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.2.exe"
file = "$toolsPath\python-3.10.0a6.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.2-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.0a6-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2021.2.22</version>
<version>2021.3.1</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '2000391d565c62a89350fc1412a32443c72bdfc99631388a0a0c5adaa3a84bc7'
checksum = '86b34d0744266ec67f17a04ae93e87898e31685b82a1c3f490495e9a68341fc3'
checksumType = 'sha256'
unzipLocation = $installDir
}
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.2559/gvim_8.2.2559_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2559/gvim_8.2.2559_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2560/gvim_8.2.2560_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2560/gvim_8.2.2560_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: 26B45198C93E902EC82BBC8004192269448A228C02398AD97E43D084EA7DD178
checksum64: 2D6B6E74997FDC839C80FEA1E0FD984959D554698D8FFD497CC1E57F8CB47772
checksum32: D196F3A1C46487528D5AA0C470A676B1A878B0AB7E205F1F29503D10107895EC
checksum64: 168F54E4466740DDAD9611ED443832B1074F1B39F0706EBF78C36A9AAD9F4268
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.2559_x86.zip"
file64 = "$toolsDir\gvim_8.2.2559_x64.zip"
file = "$toolsDir\gvim_8.2.2560_x86.zip"
file64 = "$toolsDir\gvim_8.2.2560_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.2559</version>
<version>8.2.2560</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
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/3290f9a73ba6fc3b1063ea32476067434ee91b1d/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/3290f9a73ba6fc3b1063ea32476067434ee91b1d/VSCodeSetup-x64-1.54.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/e7989863202eac0ec4e66ca82733d968bca7527a/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/e7989863202eac0ec4e66ca82733d968bca7527a/VSCodeSetup-x64-1.54.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1039c49d520bfbe543fadf85d6c33d9fcc88b5d585405d311af3750ad80200ee0dba83a6fccd0ab98b97fb14358ddd78371875f6cfa162c745b83ad8f481895f'
checksum = '9ca5306df31d3cc3694d1de94b3d4cdcf8852298bf5982bbc27f43d6ffdb1d69a78ebe489086cbba3f8dcf246632523a410787ada2b21bd025f4f428a2c5a159'
checksumType = 'sha512'
checksum64 = 'f81576cb2fa24774c3c08c71c39a7b62974a0f15ffcd2e6fd9e9a1986221a5620c458531edc9f5b12c5e8f1442cb804b55b75c2a790de90aa7601576e9a67ca3'
checksum64 = 'd8647c826a45cc864cc83607b922db5df225c650504adfd473481eb8f82595eb79938a32902a39eab7144af33121450f7a1778a1e056a6b54d096a18cfb0b050'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.54.0.20210226</version>
<version>1.54.0.20210301</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.54.0.20210226</version>
<version>1.54.0.20210301</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.54.0.20210226]" />
<dependency id="vscode-insiders.install" version="[1.54.0.20210301]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
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: 6974751b459bcbbda6d6a2c9a8ef99af9e323fdfe09771373677daa82e4bd852b3783cf77ee257cf4ddfeaa95dcf15e18a0ecf9281bf3b281e249657a0bd69f0
checksum: 154f25c0ec28a6d89c5ae1f673cd0e0684dda3c8b124e10f0374432f5122b942785a1bbe2a70a05fcd833b3478ec024919b23611c90df6dda78f0e1475d46673

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

0 comments on commit a4084d9

Please sign in to comment.