Skip to content

Commit

Permalink
AU: 3 updated - pyzo pyzo.install pyzo.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 25, 2021
1 parent ee0302c commit b428e2f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions automatic/pyzo.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://github.com/pyzo/pyzo/releases/download/v4.11.2/pyzo-4.11.2-win64.exe
x64: https://github.com/pyzo/pyzo/releases/download/v4.11.4/pyzo-4.11.4-win64.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: CC6FBD54FC6C5F35324F0393FA6EC40EAFEC192EB18398AA4D36F7B1E80C3C1A
checksum64: 9374ADB38D0ECF0BF1FEF6E361D44E541AC2CCA5492BE9A410FBAF186A30EACD

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
2 changes: 1 addition & 1 deletion automatic/pyzo.install/pyzo.install.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>pyzo.install</id>
<version>4.11.2</version>
<version>4.11.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.install</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pyzo.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\pyzo-4.11.2-win64.exe"
file64 = "$toolsDir\pyzo-4.11.4-win64.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/pyzo.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/pyzo/pyzo/releases/download/v4.11.2/pyzo-4.11.2-win32.zip
x64: https://github.com/pyzo/pyzo/releases/download/v4.11.2/pyzo-4.11.2-win64.zip
x32: https://github.com/pyzo/pyzo/releases/download/v4.11.4/pyzo-4.11.4-win32.zip
x64: https://github.com/pyzo/pyzo/releases/download/v4.11.4/pyzo-4.11.4-win64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9BE1A82B428BC74C1C395F401D473054612EB383D7DD3C352D54324B57E39390
checksum64: 435CFB5EE617C30DAC5FC7880A41C0046C3375067E7B24DA3E7E0F121099EC6A
checksum32: 99B337AE08CD69C34398E45374779A92405E640851FFA77C90B06EF0B106B5A9
checksum64: 4C429C2861A641EF12C4F34D26A71DD3C7DDB70BD034AFC671F0CD6606C325D8

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
2 changes: 1 addition & 1 deletion automatic/pyzo.portable/pyzo.portable.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>pyzo.portable</id>
<version>4.11.2</version>
<version>4.11.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Portable)</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/pyzo.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file32 = "$toolsDir\pyzo-4.11.2-win32.zip"
file64 = "$toolsDir\pyzo-4.11.2-win64.zip"
file32 = "$toolsDir\pyzo-4.11.4-win32.zip"
file64 = "$toolsDir\pyzo-4.11.4-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -14,5 +14,5 @@ Remove-Item -Path $packageArgs.file64
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pyzo.lnk"
$targetPath = Join-Path $toolsDir "pyzo-4.11.2\pyzo.exe"
$targetPath = Join-Path $toolsDir "pyzo-4.11.4\pyzo.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
4 changes: 2 additions & 2 deletions automatic/pyzo/pyzo.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>pyzo</id>
<version>4.11.2</version>
<version>4.11.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo</title>
Expand All @@ -25,7 +25,7 @@
]]></description>
<releaseNotes>https://github.com/pyzo/pyzo/wiki/Release_notes</releaseNotes>
<dependencies>
<dependency id="pyzo.install" version="4.11.2" />
<dependency id="pyzo.install" version="4.11.4" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit b428e2f

Please sign in to comment.