Skip to content

Commit

Permalink
AU: 2 updated - geekbench geekbench6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 8, 2023
1 parent ecbec36 commit e92edc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>6.0.3</version>
<version>6.1.0</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="geekbench6" version="[6.0.3]" />
<dependency id="geekbench6" version="[6.1.0]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion geekbench6/geekbench6.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>geekbench6</id>
<version>6.0.3</version>
<version>6.1.0</version>
<title>Geekbench 6</title>
<authors>Primate Labs Inc.</authors>
<owners>Smart123s</owners>
Expand Down
4 changes: 2 additions & 2 deletions geekbench6/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-6.0.3-WindowsSetup.exe'
url64 = 'https://cdn.geekbench.com/Geekbench-6.1.0-WindowsSetup.exe'

softwareName = 'Geekbench 6'

checksum64 = '7f28e35c6d6898921fb14c8146c6b3ede5463f9351908a85b453575c18cc4515'
checksum64 = '43543bf8a2594f0f46747f0cbd2102e8927fe92f96c14f27c80dfecffcf9ccbb'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit e92edc7

Please sign in to comment.