Skip to content

Commit

Permalink
AU: 6 updated - brave python python3 spotify vscode-insiders vscode-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 17, 2020
1 parent 03c666a commit 0aaa880
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.81",
"beta": "1.15.51-beta"
"stable": "1.14.83",
"beta": "1.15.54-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.15.51-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.14.83</version>
<title>Brave Browser</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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.51/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.15.51/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.14.83/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.14.83/BraveBrowserStandaloneSilentSetup.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: 5EA8966FDFA76F22B73135317FE8BB9B6696968BC4CA046A1FE777C060FE5878
checksum64: 21893CCD7359F19D8800AD1CE9F825C93AFD32272D1FE35BE8E7F90AA46E9C9A
checksum32: C057F68566ED64B71B8F6402F304E8474B3288B62E305D98B8F9F4EA4A488EFD
checksum64: B6FE73878D4DC2809AAAED835621914AD5E2DC6F2A0293E163689B51B95FAC07

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.15.51'
[version]$softwareVersion = '1.14.83'

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 @@ -8,5 +8,5 @@
"3.6": "3.6.8.20200110",
"3.7": "3.7.9",
"3.8": "3.8.6-rc1",
"3.9": "3.9.0-rc1"
"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.8.6-rc1</version>
<version>3.9.0-rc2</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.8.6-rc1]" />
<dependency id="python3" version="[3.9.0-rc2]" />
</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.8.6/python-3.8.6rc1.exe
x64: https://www.python.org/ftp/python/3.8.6/python-3.8.6rc1-amd64.exe
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

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: 717FF0B404C1E621438E8E6FF632077664E703543B33B91D46A4815DFE161EE1
checksum64: CAB44B6115D82741BD6BBCAB3BD97B49F867DBC9F9D9CEA137C17EBCDDE46A6F
checksum32: 0687F167F59051A870B31C91972B8D3609A0A58B23AF9C41065363BCB5220F2C
checksum64: 88E8AAF3AA48476A644AA907481F764F1FD9424F9E97CB513688EC33C3636956

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 @@ -8,5 +8,5 @@
"3.6": "3.6.8-rc1",
"3.7": "3.7.9",
"3.8": "3.8.6-rc1",
"3.9": "3.9.0-rc1"
"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.8.6-rc1</version>
<version>3.9.0-rc2</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.8.6rc1.exe"
file = "$toolsPath\python-3.9.0rc2.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.8.6rc1-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.9.0rc2-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"a1f3e32163eabb12d10b58af1dbcb43f"|1.1.41.634
"975542c18de20eade92befe0ec02b4d3"|1.1.42.622
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.41.634</version>
<version>1.1.42.622</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'BA2EEE0D9E33BD69E5C03A2A5C6D198A2031692ACE6428F027668ACF6DD2EF1A8090FDF8805ED215FB2FA8606F1993F74AE51BF85696C7E4E3ECE1F3E027808E'
checksum = 'DD1A19BDAA2B41F386BBF7973B7CDF5E7352E44BEF38DB51086C7051610EB7FF1DBF73258C2B05DEFAE1689A755EC1F87113BEA46C4BD074022D603421C5E07F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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/9e505675670d65138405321a60b0df4ddec28799/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/9e505675670d65138405321a60b0df4ddec28799/VSCodeSetup-x64-1.50.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/d1f267742169584db010716d92addf50d4cd8139/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d1f267742169584db010716d92addf50d4cd8139/VSCodeSetup-x64-1.50.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'b1a0c2d6eec10e924a46d949f849a4f8a052e2ba626114d710e18adb19c69918fabdfd7faa36e72d8a99061f74c3b798f1a48a0683e59db3b152f15b7930329e'
checksum = '6dc06b5a6c46ad938a8b1c00ecd4ed61a418578df595fd225c7990fc9db88ea0e59fdb99e8799fdf1737e26741293506b092d3b364ba799acdb57553673afa1b'
checksumType = 'sha512'
checksum64 = 'd95e7691c48bb96c22d3e094b79d7710e4463c6bfbca105776baf95d44062260a257b465057a16a2f4df5aec1eeeb168c35c8ad1c227704f7a3bbd06fcc3ec97'
checksum64 = '351c397c7bf8d8394f3f646e9c61aae1b4c3fe54f2e73c3de37d50499c48440bc72bcceae45e7646a22437170e0cc14f143d83dbe05abc53d00212e32767fb9d'
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.20200916</version>
<version>1.50.0.20200917</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.20200916</version>
<version>1.50.0.20200917</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.20200916]" />
<dependency id="vscode-insiders.install" version="[1.50.0.20200917]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0aaa880

Please sign in to comment.