Skip to content

Commit

Permalink
AU: 2 updated - project-aurora royalserver
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jul 9, 2024
1 parent 6d79669 commit 8d04b8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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>271.0.0</version>
<version>272.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/v271</releaseNotes>
<releaseNotes>https://github.com/Aurora-RGB/Aurora/releases/tag/v272</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/v271/Aurora-setup-v271.exe'
$checksum = 'f3f1795fab604cf2acd4fed6b48bcdba1a3d66e7f2f5089b62ff772f928742ee'
$url = 'https://github.com/Aurora-RGB/Aurora/releases/download/v272/Aurora-setup-v272.exe'
$checksum = '4d4094efeddec9c341b72621eff4355bd7dfa9ed82e6ca597ae06e4ce06475d0'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/royalserver/royalserver.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>5.02.50419.0</version>
<version>5.02.50708</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>virtualex Sargola</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/royalserver/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://download.royalapps.com/RoyalServer/RoyalServerInstaller_5.02.50419.0.msi'
$checksum = 'a58c66a065970aab0581139daf836f1d58127b1893051d79699015d7252b83b9'
$url = 'https://download.royalapps.com/RoyalServer/RoyalServerInstaller_5.02.50708.0.msi'
$checksum = '8b305be9f7c3d98ff7a24447a658fd7f361ab84b85137cc8041bf24974ebe06b'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 8d04b8c

Please sign in to comment.