Skip to content

Commit

Permalink
AU: 6 updated - ocenaudio ocenaudio.install ocenaudio.portable pyzo p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 15, 2022
1 parent 32c84e4 commit 6a2f72a
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/ocenaudio.install/ocenaudio.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>ocenaudio.install</id>
<version>3.11.4</version>
<version>3.11.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio.install</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio.exe'
checksum = 'e47c9544669bfafa632f78b8d641486e805f34d5e4ec50e11abfa4a65b5741b8'
checksum = 'e28951c33d7d154c69c84e62e1917695ebafc4f387b605fa35b1e599808c1cb7'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '42d6f07d615272777f29340dc78c815582b3e4f85364024ba42e32e1dd9eddf9'
checksum64 = '50d2dd5cf6c3f2985b5bf54a0906c3200e2fcb4832cb73781c506fb6299bcd4c'
checksumType64 = 'sha256'

silentArgs = "/S"
Expand Down
2 changes: 1 addition & 1 deletion automatic/ocenaudio.portable/ocenaudio.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>ocenaudio.portable</id>
<version>3.11.4</version>
<version>3.11.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
unzipLocation = "$toolsDir"

url = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio_portable.zip'
checksum = 'cd1dea705adcccf6d280a07e29bb6cc46bd0b0a77f09ae55dcf40ea303186480'
checksum = '813be9aa453ac8ce5ec06b79c6310f3b5c1f3cc7e82304be6ef566525088562b'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = '5839fd47a4915b4d550ac2563afab7ad9c3635c61d4e3c4711d634aaa5704894'
checksum64 = 'fc45bb1b74dafce1c16a0b9ca8803ae6fa7af6133df93ba993e7b635c0475cd9'
checksumType64 = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/ocenaudio/ocenaudio.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>ocenaudio</id>
<version>3.11.4</version>
<version>3.11.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ocenaudio</packageSourceUrl>
<owners>chtof</owners>
<title>Ocenaudio</title>
Expand Down Expand Up @@ -51,7 +51,7 @@ Advanced users will be surprised to find that the spectrogram settings are appli
![screenshot](https://cdn.jsdelivr.net/gh/chtof/chocolatey-packages/automatic/ocenaudio/screenshot.png)
]]></description>
<dependencies>
<dependency id="ocenaudio.install" version="3.11.4" />
<dependency id="ocenaudio.install" version="3.11.6" />
</dependencies>
</metadata>
<files></files>
Expand Down
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.12.2/pyzo-4.12.2-win64.exe
x64: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-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: 2BB7FC16F706F65FAEBD66BF3EFE5BB5CA8BD543751008C5621F87CAFF7AFEDB
checksum64: 14375F1DA3CAAF4CBD18F7A4B6EDB17E035489DBF793E98B56C4EA55AC74544A

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.12.2</version>
<version>4.12.3</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.12.2-win64.exe"
file64 = "$toolsDir\pyzo-4.12.3-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.12.2/pyzo-4.12.2-win32.zip
x64: https://github.com/pyzo/pyzo/releases/download/v4.12.2/pyzo-4.12.2-win64.zip
x32: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-win32.zip
x64: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-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: 683D5A369674514D5FA50C9A6FE875A9CD007352F4C90DDFA8F52102AA0F99B5
checksum64: 681BADF399986581BA45449C5926485179EAC159620DAEAB1CB8F7CCD972B39A
checksum32: C69040DD43B45270868E214427AAB34FDB8E590D3F3E162A220A34BFE3335E00
checksum64: A1F7836FA901FB2C9FDD7A5BBBEB0B09BC8A68A53D99D8962A7143721C2060AB

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.12.2</version>
<version>4.12.3</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.12.2-win32.zip"
file64 = "$toolsDir\pyzo-4.12.2-win64.zip"
file32 = "$toolsDir\pyzo-4.12.3-win32.zip"
file64 = "$toolsDir\pyzo-4.12.3-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.12.2\pyzo.exe"
$targetPath = Join-Path $toolsDir "pyzo-4.12.3\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.12.2</version>
<version>4.12.3</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.12.2" />
<dependency id="pyzo.install" version="4.12.3" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 6a2f72a

Please sign in to comment.