Skip to content

Commit

Permalink
Update to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jul 10, 2023
1 parent 73f7802 commit 06b50e2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions openrgb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openrgb</id>
<version>0.8</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-openrgb/tree/v0.8</packageSourceUrl>
<version>0.9</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-openrgb/tree/v0.9</packageSourceUrl>
<owners>sublym0nal</owners>
<title>OpenRGB</title>
<authors>Adam Honse (CalcProgrammer1)</authors>
<projectUrl>https://openrgb.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-openrgb@dd76d83044a6045e1882e53a7360fb8791811de5/openrgb.png</iconUrl>
<copyright>Copyright (C) 2022 Adam Honse</copyright>
<licenseUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/release_0.8/LICENSE</licenseUrl>
<copyright>Copyright (C) 2023 Adam Honse</copyright>
<licenseUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/release_0.9/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/tree/release_0.8</projectSourceUrl>
<projectSourceUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/tree/release_0.9</projectSourceUrl>
<docsUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home</docsUrl>
<bugTrackerUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues</bugTrackerUrl>
<tags>openrgb rgb motherboard gpu ram keyboard headset led cross-platform foss</tags>
Expand Down Expand Up @@ -65,10 +65,10 @@ When using the `/Start` package parameter, you may see a large `CLIXML` block lo
For future upgrade operations, consider opting into Chocolatey's `useRememberedArgumentsForUpgrades` feature to avoid having to pass the same arguments with each upgrade:
```shell
choco feature enable --name=useRememberedArgumentsForUpgrades
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes>https://gitlab.com/CalcProgrammer1/OpenRGB/-/releases/release_0.8</releaseNotes>
<releaseNotes>https://gitlab.com/CalcProgrammer1/OpenRGB/-/releases/release_0.9</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="14.20.27508.1" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From: https://gitlab.com/CalcProgrammer1/OpenRGB/-/raw/release_0.8/LICENSE
From: https://gitlab.com/CalcProgrammer1/OpenRGB/-/raw/release_0.9/LICENSE

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Expand Down
10 changes: 5 additions & 5 deletions tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ website. The Releases page is at the following URL:
https://openrgb.org/releases.html

For convenience, these are direct URLs to the relevant archives:
https://openrgb.org/releases/release_0.8/OpenRGB_0.8_Windows_32_fb88964.zip
https://openrgb.org/releases/release_0.8/OpenRGB_0.8_Windows_64_fb88964.zip
https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_32_b5f46e3.zip
https://openrgb.org/releases/release_0.9/OpenRGB_0.9_Windows_64_b5f46e3.zip

The following PowerShell pipeline will calculate and print a SHA256 hash for each archive:

Get-FileHash -Path @('OpenRGB_0.8_Windows_32_fb88964.zip', 'OpenRGB_0.8_Windows_64_fb88964.zip') -Algorithm SHA256 | Select-Object -Property Path, Hash
Get-FileHash -Path @('OpenRGB_0.9_Windows_32_b5f46e3.zip', 'OpenRGB_0.9_Windows_64_b5f46e3.zip') -Algorithm SHA256 | Select-Object -Property Path, Hash

This pipeline should be executed against both independently downloaded archives, as well as the
copies distributed with the package. Both copies of each archive should have identical hash values.
A matching hash value should confirm that no corruption or tampering has occurred during this package's
generation process.

For reference, the following SHA256 hashes were calculated during the package's automated creation:
OpenRGB_0.8_Windows_32_fb88964.zip: 4CBC90CD93DA43B1F9C4F32EBAF06D08C45553CF693F170D268850D95860E4FD
OpenRGB_0.8_Windows_64_fb88964.zip: 8715A4B2E8CC821A53C861B16EE5AE00AC8BBED10009A6CABFC538367A1EA030
OpenRGB_0.9_Windows_32_b5f46e3.zip: 983CC04BC14FCB824E8075C23BD9A39642B632C84784510FF81DD8FDD84331B4
OpenRGB_0.9_Windows_64_b5f46e3.zip: 4A42DF973BF9E0694268993478F03A71DAFBF2DDBCB1512835B4BBABDC6DC6DE
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$archiveFileNames = @('OpenRGB_0.8_Windows_64_fb88964.zip', 'OpenRGB_0.8_Windows_32_fb88964.zip')
$archiveFileNames = @('OpenRGB_0.9_Windows_64_b5f46e3.zip', 'OpenRGB_0.9_Windows_32_b5f46e3.zip')

if ((Get-OSArchitectureWidth -Compare 64) -and ($env:chocolateyForceX86 -ne $true))
{
Expand Down

0 comments on commit 06b50e2

Please # to comment.