Skip to content

Commit

Permalink
AU: 2 updated - python3 yumi-uefi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 29, 2020
1 parent e08f0e0 commit 8e65215
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.0b3.exe
x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0b3-amd64.exe
x32: https://www.python.org/ftp/python/3.7.8/python-3.7.8.exe
x64: https://www.python.org/ftp/python/3.7.8/python-3.7.8-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: 5D1F3722C90E2F84DDA1086503BE19CC111BE397D81788C376F8DCA55EE4BF31
checksum64: DCC4F03F76EC5088EA404CB81972E4D4B4B7DA9951969527EDC2CE94813B936A
checksum32: 89E03C46BFE38CEDB4F776CC6FABA058B39BCDE368F57B5382110D58D9B5C90D
checksum64: A43ED63251A5E0D2CF1BBE9F6A75389675D091AAEEAAE5D1BE27FFB2E329E373

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 @@ -6,7 +6,7 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4.20200110",
"3.6": "3.6.8-rc1",
"3.7": "3.7.7",
"3.7": "3.7.8",
"3.8": "3.8.3",
"3.9": "3.9.0-b3"
}
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-b3</version>
<version>3.7.8</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ else {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.9.0b3.exe"
file64 = "$toolsPath\python-3.9.0b3-amd64.exe"
file = "$toolsPath\python-3.7.8.exe"
file64 = "$toolsPath\python-3.7.8-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi-uefi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.2.2.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.2.3.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 7B22B6FDDE7AC8F510A7AD42F18C2B2DCB303DC45A25F4A8D535929060E60195
checksum: 3CEDA8B423832876240B872075E1F248046958977049DDC985E2786C04376B1D

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi-uefi/yumi-uefi.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>yumi-uefi</id>
<version>0.0.2.2</version>
<version>0.0.2.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI UEFI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 8e65215

Please sign in to comment.