Skip to content

Commit

Permalink
AU: 5 updated - brave python python3 vscode-insiders vscode-insiders.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 24, 2020
1 parent 8b37b43 commit b9a2120
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.84",
"beta": "1.15.59-beta"
"beta": "1.15.61-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.15.59-beta</version>
<version>1.15.61-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.15.59/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.59/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.15.61/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.61/BraveBrowserSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E73FF8767D3B5A5681AD045D04B7B2B9A54CB3403DF61885E7776715A4DA2C38
checksum64: C399A93A1755039696EF13C7D50D63DC8F15EAD55753118130758DB448B096C7
checksum32: 283E30974E24AB531A38118A71296C92AAC93E43B0BA6D801D56527295F6F24C
checksum64: A47ED6C2F0AA02C60BE8067A994A747AB3148D63659B2536C122CCDFE9F406FB

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.15.59'
[version]$softwareVersion = '1.15.61'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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,6 +7,6 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8.20200110",
"3.7": "3.7.9",
"3.8": "3.8.6-rc1",
"3.8": "3.8.6",
"3.9": "3.9.0-rc2"
}
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.0-rc2</version>
<version>3.8.6</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.0-rc2]" />
<dependency id="python3" version="[3.8.6]" />
</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.0/python-3.9.0rc2.exe
x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0rc2-amd64.exe
x32: https://www.python.org/ftp/python/3.8.6/python-3.8.6.exe
x64: https://www.python.org/ftp/python/3.8.6/python-3.8.6-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: 0687F167F59051A870B31C91972B8D3609A0A58B23AF9C41065363BCB5220F2C
checksum64: 88E8AAF3AA48476A644AA907481F764F1FD9424F9E97CB513688EC33C3636956
checksum32: 287D5DF01FF22FF09E6A487AE018603EE19EADE71D462EC703850C96F1D5E8A0
checksum64: 328A257F189CB500606BB26AB0FBDD298ED0E05D8C36540A322A1744F489A0A0

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,6 +7,6 @@
"3.5": "3.5.4.20200110",
"3.6": "3.6.8-rc1",
"3.7": "3.7.9",
"3.8": "3.8.6-rc1",
"3.8": "3.8.6",
"3.9": "3.9.0-rc2"
}
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.0-rc2</version>
<version>3.8.6</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.0rc2.exe"
file = "$toolsPath\python-3.8.6.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.0rc2-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.8.6-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
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/f943318042a3b9229049aea86cea04d0ff9c8210/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f943318042a3b9229049aea86cea04d0ff9c8210/VSCodeSetup-x64-1.50.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/73b33dcbc8204c23ae30b53ce129b32c6da98197/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/73b33dcbc8204c23ae30b53ce129b32c6da98197/VSCodeSetup-x64-1.50.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ec7d46f4c6d652fae6e38bca9193d6cc8a30f712af709e904b72e12efe864c29cc6e6c2267bd619736c4cdad4801aaeed1b21f2a6c58b93580e0d3a3f64c71a9'
checksum = '82eb9e3b86fbcc5f86c01c2b9ca4f619f032b500a3accc9d0748d08498495ba0faeb60792cf21ad53842fbe24b709cc2b2eba6d0cd1ff4860033d680c1965ba2'
checksumType = 'sha512'
checksum64 = '09bb5795f62786c178e69b13cebd30ad74e2593bb999a570360d7641f1e824c91386fc1f8d9aaebc2f21decbbcbedac592795cbfaf23d05aed9fb546543e8b4e'
checksum64 = '2dfac49e5f92a7148133d47bbac3e9017f8e04bd951ce1f7f8c005402410e1c431f6a15c7f4ea1f5cd8a59c5987ae5721f6e8b1a1abeaafa1619a36848f272cb'
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.50.0.20200923</version>
<version>1.50.0.20200924</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.50.0.20200923</version>
<version>1.50.0.20200924</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.50.0.20200923]" />
<dependency id="vscode-insiders.install" version="[1.50.0.20200924]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit b9a2120

Please sign in to comment.