Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly futuremark-systeminfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 12, 2024
1 parent bfda5f5 commit 8280f5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.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>brave-nightly</id>
<version>1.73.5-nightly</version>
<version>1.73.7-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.73.5/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'ee5cd14b0e3b7a193144bc83c78234412ad2b1ece4be85bdbb094c63f0b8c347'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.73.7/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '4b73c61548488ef46ff2a54c40abbe99a782f362e9057a0c91d1ca0b0ab93971'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/futuremark-systeminfo/futuremark-systeminfo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>futuremark-systeminfo</id>
<version>5.74</version>
<version>5.75</version>
<title>Futuremark SystemInfo (Install)</title>
<authors>Futuremark</authors>
<owners>tunisiano</owners>
Expand All @@ -27,7 +27,7 @@ To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ]
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>SystemInfo is a component used in many of our benchmarks to identify the hardware in your system.</summary>
<releaseNotes>https://benchmarks.ul.com/systeminfo</releaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions automatic/futuremark-systeminfo/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = 'futuremark-systeminfo'
$url = 'https://d1ejs5fxm96rib.cloudfront.net/Futuremark_SystemInfo_5_74_1257.msi'
$checksum = 'aff9e80ac8b562ebbd0f94cb87b86a677f1e16c230e549dc612d71c2caa93f5b'
$url = 'https://d1ejs5fxm96rib.cloudfront.net/Futuremark_SystemInfo_5_75_1261.msi'
$checksum = '8c8057da95ea6251b8003a277484d7e981adf9bd3bc1f62ea1be7c1fcb48d83e'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 8280f5d

Please sign in to comment.