Skip to content

Commit 1d9198a

Browse files
committed
1 parent c155632 commit 1d9198a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

automatic/amd-ryzen-master/amd-ryzen-master.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>2.10.2.2367</version>
25+
<version>2.10.3.2419</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/amd-ryzen-master</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>
@@ -46,15 +46,15 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
4646
<summary>Your tool to unlock AMD Ryzen Processors.</summary>
4747
<description>AMD Ryzen Master is a tool for enthusiast users who:
4848

49-
‒ Use the controls to experiment with processor and system configurations
49+
‒ Use the controls to experiment with processor and system configurations
5050

51-
‒ May with to use their system outside of the normal warrantied range of operation
51+
‒ May with to use their system outside of the normal warrantied range of operation
5252

53-
‒ Attempt to further optimize general performance or performance of a specific application or set of tasks
53+
‒ Attempt to further optimize general performance or performance of a specific application or set of tasks
5454

55-
‒ Accept the risk that some control settings may result in lower performance or system instability
55+
‒ Accept the risk that some control settings may result in lower performance or system instability
5656

57-
**NOTE**: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the `Contact Maintainers` functionality to alert them.
57+
**NOTE**: This package is automatically updated. If it is out of date and there is no newer package submitted, please use the `Contact Maintainers` functionality to alert them.
5858
</description>
5959
<releaseNotes>https://www.amd.com/en/search/site-search.html#q=ryzen%20master%20release%20notes&amp;aq=NOT(%40sourcetype%3D%3D(%22Lithium%22)%20AND%20%40liboardinteractionstyle%3D%3D(%22forum%22%2C%20%22tkb%22))&amp;f[amd_result_type]=Knowledge%20Base</releaseNotes>
6060
<!-- =============================== -->

automatic/amd-ryzen-master/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
55
url = 'https://download.amd.com/Desktop/AMD-Ryzen-Master.exe'
6-
checksum = 'FE851809A404E95ED192DB549742615E4466DB97B7B8333C5919BF3DEE923B9F'
6+
checksum = '448E5C5BAA024C202EEA5B0EED3B75DFF3E9ABA216CDBE3181D64C946372BA65'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S /v/qn'

automatic/wsl2-distro-manager/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
88
unzipLocation = $toolsDir
9-
url64 = 'https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.8.1/wsl2-distro-manager-v1.8.1.zip'
10-
checksum64 = 'bceb405c7daafd7103a77a7d2308e476e6521f37cc0f83a2df4e34830870cf0c'
9+
url64 = 'https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.8.2/wsl2-distro-manager-v1.8.2.zip'
10+
checksum64 = '9e66aa2e14dc6df9e5badd748493b99811c61875846a32cc56029dd3ef24aa07'
1111
checksumType64 = 'SHA256'
1212
}
1313

automatic/wsl2-distro-manager/wsl2-distro-manager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>1.8.1</version>
25+
<version>1.8.2</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/wsl2-distro-manager</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

0 commit comments

Comments
 (0)