Skip to content

Commit

Permalink
AU: 3 updated - mattermost-desktop python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 3, 2021
1 parent b33ca1c commit dab7ce2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/4.7.0/mattermost-desktop-4.7.0-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.7.0/mattermost-desktop-4.7.0-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/4.7.1/mattermost-desktop-4.7.1-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.7.1/mattermost-desktop-4.7.1-x64.msi>
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: 84D698C4C52A9A57F462F860D4C13E7C14A833BE563CEC4CFDEA4E26766ED4C1
checksum64: A6780C0B3D9F7798C87CDFF174F10763FFB7B97B7DFEBF4D914A975F8035B843
checksum32: DC87787A1A602B6A2A3EAAAF4D3BF073548CAA350855030F88CE3CCB3DDA76DB
checksum64: B606A5C5067C41F113EB2B2955CD4AE6ADE2E0952849FC3105012E295A12BA97

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>4.7.0</version>
<version>4.7.1</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-4.7.0-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.7.0-x64.msi"
checksum = '84D698C4C52A9A57F462F860D4C13E7C14A833BE563CEC4CFDEA4E26766ED4C1'
checksum64 = 'A6780C0B3D9F7798C87CDFF174F10763FFB7B97B7DFEBF4D914A975F8035B843'
file = "$toolsDir\mattermost-desktop-4.7.1-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.7.1-x64.msi"
checksum = 'DC87787A1A602B6A2A3EAAAF4D3BF073548CAA350855030F88CE3CCB3DDA76DB'
checksum64 = 'B606A5C5067C41F113EB2B2955CD4AE6ADE2E0952849FC3105012E295A12BA97'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($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.10",
"3.9": "3.9.6",
"3.10": "3.10.0-b4"
"3.10": "3.10.0-rc1"
}
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.10.0-b4</version>
<version>3.10.0-rc1</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.10.0-b4]" />
<dependency id="python3" version="[3.10.0-rc1]" />
</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.10.0/python-3.10.0b4.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-amd64.exe
x32: https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-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: 7ED2C53FA7804F05AF46B49449F43A69F406D44F115CA3DC405EBA87E5728783
checksum64: F16108BEB40E73AEF8355E7621205764A6751C7676555E418A35F0704843D38E
checksum32: E5197CA7146D2D45AB82B35713B3378324220256B92CF94CE0908E4B987EBDC5
checksum64: 28B22068ABBA9CF76FDBCD4B16E49BA74DCC6ABF7F42FF1202D69025F664C584

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.10",
"3.9": "3.9.6",
"3.10": "3.10.0-b4"
"3.10": "3.10.0-rc1"
}
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.10.0-b4</version>
<version>3.10.0-rc1</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.10.0b4.exe"
file = "$toolsPath\python-3.10.0rc1.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.10.0b4-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.0rc1-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down

0 comments on commit dab7ce2

Please sign in to comment.