Skip to content

Commit

Permalink
AU: 4 updated - numpy ocenaudio ocenaudio.install ocenaudio.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 26, 2022
1 parent 818e8b1 commit a25d821
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/numpy/numpy.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>numpy</id>
<version>1.24.0</version>
<version>1.24.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/numpy</packageSourceUrl>
<owners>chtof</owners>
<title>NumPy</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/numpy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment
$version = '1.24.0'
$version = '1.24.1'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
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.19</version>
<version>3.11.20</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 = '5e0c5d21931a58316712d21155720a2bdffb6a430630cb779f2c766ced7603b1'
checksum = '96f7d011e099e2693130e95c2081665da3343f138df4c8f3cffce0b63fc194eb'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64.exe'
checksum64 = '50ba66fca8dd9fb8554a96b5217c4c0a1b0ee0760631c73ec69190a4bce6ded9'
checksum64 = 'bc467cb87fd6616318f0d527ee1366e536c967628c70012496838b064116048f'
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.19</version>
<version>3.11.20</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 = '9c42e48c6a0acead0de07450e44a7bd74db410bf12ffe1fd9a8a6761e81a103a'
checksum = '0cc725d0a1ac323f3f88082effa29c6fab23080100bb41d87eadbfe9c95cb532'
checksumType = 'sha256'

url64 = 'https://www.ocenaudio.com/downloads/index.php/ocenaudio64_portable.zip'
checksum64 = '2cfa82915c6bdbcf771f87a518fc8aa6dd79cef538f690085e68cffdb2258fee'
checksum64 = '5621994cb1efbc4d9ad210a8327de71876c8c301ff81371bcab5f814db12e05d'
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.19</version>
<version>3.11.20</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.19" />
<dependency id="ocenaudio.install" version="3.11.20" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit a25d821

Please sign in to comment.