Skip to content

Commit

Permalink
AU: 3 updated - geekbench geekbench5 webos-dev-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 8, 2023
1 parent 82dfc71 commit 7fbc12b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions geekbench/geekbench.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>geekbench</id>
<version>5.5.0</version>
<version>5.5.1</version>
<title>Geekbench</title>
<authors>Primate Labs Inc.</authors>
<owners>Smart123s</owners>
Expand All @@ -21,7 +21,7 @@ This is just a metapackage for the latest Geekbench release(currently Geekbench

Geekbench is a cross-platform benchmark that measures your system's performance with the press of a button.</description>
<dependencies>
<dependency id="geekbench5" version="[5.5.0]" />
<dependency id="geekbench5" version="[5.5.1]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion geekbench5/geekbench5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>geekbench5</id>
<version>5.5.0</version>
<version>5.5.1</version>
<title>Geekbench 5</title>
<authors>Primate Labs Inc.</authors>
<owners>Smart123s</owners>
Expand Down
4 changes: 2 additions & 2 deletions geekbench5/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url64 = 'https://cdn.geekbench.com/Geekbench-5.5.0-WindowsSetup.exe'
url64 = 'https://cdn.geekbench.com/Geekbench-5.5.1-WindowsSetup.exe'

softwareName = 'Geekbench 5'

checksum64 = '8d260cddee2a8d74b31111de20a696b7d1a4b7e1b81bd1d83bf924f284dc8b79'
checksum64 = '86ceab47fc04510688191fc5832f1f870d4f743c914a16409600f64e8a86bd31'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down
8 changes: 4 additions & 4 deletions webos-dev-manager/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://github.com/webosbrew/dev-manager-desktop/releases/download/v1.9.6/webOS.Dev.Manager_1.9.6_x86_en-US.msi'
url64 = 'https://github.com/webosbrew/dev-manager-desktop/releases/download/v1.9.6/webOS.Dev.Manager_1.9.6_x64_en-US.msi'
url = 'https://github.com/webosbrew/dev-manager-desktop/releases/download/v1.9.7/webOS.Dev.Manager_1.9.7_x86_en-US.msi'
url64 = 'https://github.com/webosbrew/dev-manager-desktop/releases/download/v1.9.7/webOS.Dev.Manager_1.9.7_x64_en-US.msi'

softwareName = 'webOS Dev Manager'

checksum = '4811e2d38f60c4661c6c9f0ffc09285f7befa34640bee27104a0c4b4cd00eb2b'
checksum64 = '872bfa320b66bbd7253fda351a68ff19c669e1d609d718414ad732d7f0241728'
checksum = '4e41bb0340517d1a6fb4671e6b86a2e0da60f542c20491580d330cd87d67c0c8'
checksum64 = 'dcb5b537d8cfefa0ab9d0d730d214d91fe3f69f528a5f8cd24b0596728f148f3'
checksumType = 'sha256'

silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion webos-dev-manager/webos-dev-manager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webos-dev-manager</id>
<version>1.9.6</version>
<version>1.9.7</version>
<title>webOS Dev Manager</title>
<authors>Mariotaku</authors>
<owners>Smart123s</owners>
Expand Down

0 comments on commit 7fbc12b

Please sign in to comment.