Skip to content

Commit

Permalink
AU: 1 updated - project-aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jun 1, 2024
1 parent b2e8ee6 commit 48f4da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/project-aurora/project-aurora.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.microsoft.com/en-us/nuget/re
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>256.0.0</version>
<version>257.0.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>kwilliams1987 virtualex</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.microsoft.com/en-us/nuget/re
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>© 2024 GitHub, Inc.</copyright>
<tags>rgb logitech corsair razer lightfx clevo coolermaster steelseries wooting roccat alienware playstation drevo soundblaster asus yeelight nzxt</tags>
<releaseNotes>https://github.com/Aurora-RGB/Aurora/releases/tag/v256</releaseNotes>
<releaseNotes>https://github.com/Aurora-RGB/Aurora/releases/tag/v257</releaseNotes>
<licenseUrl>https://github.com/Aurora-RGB/Aurora/blob/master/LICENSE</licenseUrl>
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/project-aurora</packageSourceUrl>
<docsUrl>https://www.project-aurora.com/help.html</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/project-aurora/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://github.com/Aurora-RGB/Aurora/releases/download/v256/Aurora-setup-v256.exe'
$checksum = '6dae7373e3fd59d7817e94307162019bfd6a186b42a5d1664940a0dc2e4479a7'
$url = 'https://github.com/Aurora-RGB/Aurora/releases/download/v257/Aurora-setup-v257.exe'
$checksum = '1fa08cd47f8d99ff2b70a3e87899663e1181b6265e7b74b6d21b139f9e201824'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 48f4da0

Please sign in to comment.