Skip to content

Commit

Permalink
AU: 2 updated - brave python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 10, 2020
1 parent fa74502 commit ee4b7ec
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.2.42",
"beta": "1.3.87-beta"
"beta": "1.3.88-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.3.87-beta</version>
<version>1.3.88-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.3.87/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.87/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.3.88/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.88/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: CE7DEAA41A702521E131F5EC48A7FEDDD169D666D26E1548BA109EE05306DBDE
checksum64: 92B3D580787C6E861E7439DC00B5B7DF7489E0E9E7422ADDA951792057408C67
checksum32: 931CEE97403B06E3323978E09AE4CB1C1F41EAF8F0D3F820460DFD935CEB0ADA
checksum64: 271C303A1B812313D8808AB15A1316672D03A402949B5D9D04994B72C676964F

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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.1/python-3.8.1.exe
x64: https://www.python.org/ftp/python/3.8.1/python-3.8.1-amd64.exe
x32: https://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
x64: https://www.python.org/ftp/python/3.0.1/python-3.0.1.amd64.msi

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: 136EE5B41BB73D8DD22A0D753B04699507F7C4D5CD295BDF1B63920852929608
checksum64: BEBC242C11B8D83D8671C7B8E047E64DD78F7AE9AEF29613B9EE176BF8E35367
checksum32: D48AFEBF88B871AD6A1716A6A41A9070882AA8A4D87F118136C384E332C4AADC
checksum64: FA65CE8AE140E879C5885510725F81DBDEBBD4764A0EDF8FEEE5616573A8A993

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
@@ -1,5 +1,5 @@
{
"3.0": "3.0.1",
"3.0": "3.0.1.20200110",
"3.1": "3.1.4",
"3.2": "3.2.5",
"3.3": "3.3.4",
Expand Down
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.1.20200110</version>
<version>3.0.1.20200110</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ else {

$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.8.1.exe"
file64 = "$toolsPath\python-3.8.1-amd64.exe"
fileType = 'msi'
file = "$toolsPath\python-3.0.1.msi"
file64 = "$toolsPath\python-3.0.1.amd64.msi"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down

0 comments on commit ee4b7ec

Please sign in to comment.