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 Sep 7, 2024
1 parent 04dfb32 commit 5e95d39
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>285.0.0</version>
<version>286.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/v285</releaseNotes>
<releaseNotes>https://github.com/Aurora-RGB/Aurora/releases/tag/v286</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/v285/Aurora-setup-v285.exe'
$checksum = '461dfec24f37677f67303788231818b5ea380f5fa7faecd307240d425fe3f3bc'
$url = 'https://github.com/Aurora-RGB/Aurora/releases/download/v286/Aurora-setup-v286.exe'
$checksum = '6b6be75771037e6d0a27e9e1e0901e4915ffa36db394c53a85b9a73279ca03d5'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 5e95d39

Please sign in to comment.